Skip to content

Commit

Permalink
feat: release/0.25.2 (#1050)
Browse files Browse the repository at this point in the history
* Increased version to "0.25.2 (288)"

* Update gems for Fastlane

* Added loading of Sentry properties to build.gradle

* Add uploading to Sentry to the build script
  • Loading branch information
igordanilcenko authored Feb 23, 2024
1 parent 4816b5f commit 1f408a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-sentry (1.17.0)
fastlane-plugin-sentry (1.19.0)
os (~> 1.1, >= 1.1.4)
gh_inspector (1.1.3)
google-apis-androidpublisher_v3 (0.54.0)
Expand Down
6 changes: 4 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ android {
flavorDimensions.add("privacy-mode")

buildTypes {
loadSentryProps()
def secretProperties = loadSecretProps()

debug {
Expand All @@ -57,8 +58,9 @@ android {
debugSymbolLevel "FULL"
}
sentry {
autoUpload.set(false)
autoUploadProguardMapping.set(false)
autoUpload.set(true)
uploadNativeSymbols.set(true)
includeNativeSources.set(true)
}
}
}
Expand Down

0 comments on commit 1f408a3

Please sign in to comment.