Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_VERSION=2.5.5
APP_VERSION=2.5.6

APP_BUILD_NUMBER=432
APP_BUILD_NUMBER=433
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Generates a release APK by running:
#
# docker build -t sbp-builder . -o sbp-output
# docker build . -o sbp-output
#
# If command fails (because of containerized environment), export the app as Tar archive :
# docker build . --output type=tar,dest=sbp-output.tar
#

ARG SBP_CHECKOUT_UPLOAD_STORE_FILE=sbp.keystore
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def reactNativeArchitectures() {
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
}

apply from: new File(["node", "--print", "require.resolve('@sentry/react-native/package.json')"].execute().text.trim(), "../sentry.gradle")
apply from: "../../node_modules/@sentry/react-native/sentry.gradle"
android {
ndkVersion rootProject.ext.ndkVersion

Expand Down
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ buildscript {
classpath("com.android.tools.build:gradle")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath("io.sentry:sentry-android-gradle-plugin:5.7.0")
}
}

Expand Down
267 changes: 262 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@react-native/assets-registry": "0.77.1",
"@react-spring/native": "9.7.5",
"@react-spring/web": "9.7.5",
"@sentry/react-native": "6.7.0",
"@sentry/react-native": "6.15.1",
"@sentry/webpack-plugin": "3.1.2",
"@yudiel/react-qr-scanner": "2.1.0",
"axios": "1.7.9",
Expand Down Expand Up @@ -207,4 +207,4 @@
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
}
}
}
28 changes: 0 additions & 28 deletions patches/react-native-vision-camera+4.6.3.patch

This file was deleted.

Loading