Skip to content

Commit

Permalink
Merge pull request #304 from ivpn/bugfix/fdroid-app-crash-on-start
Browse files Browse the repository at this point in the history
F-Droid v2.10.5 crashes on start
  • Loading branch information
jurajhilje authored Dec 18, 2023
2 parents d92f383 + 964568f commit f36b440
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 128
versionName "2.10.5"
versionCode 129
versionName "2.10.6"
ndkVersion "25.1.8937393"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 33
versionCode 128
versionName "2.10.5"
versionCode 129
versionName "2.10.6"
ndkVersion "25.1.8937393"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down
4 changes: 4 additions & 0 deletions fdroid/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
android:hasFragileUserData="false"
tools:ignore="HardcodedDebugMode">

<meta-data
android:name="io.sentry.dsn"
android:value="${SENTRY_DSN}" />

</application>

</manifest>
4 changes: 2 additions & 2 deletions liboqs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 128
versionName "2.10.5"
versionCode 129
versionName "2.10.6"
ndkVersion "25.1.8937393"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 33
versionCode 128
versionName "2.10.5"
versionCode 129
versionName "2.10.6"
ndkVersion "25.1.8937393"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down
4 changes: 2 additions & 2 deletions store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 21
targetSdkVersion 33
versionCode 128
versionName "2.10.5"
versionCode 129
versionName "2.10.6"
ndkVersion "25.1.8937393"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down

0 comments on commit f36b440

Please sign in to comment.