Skip to content

Commit

Permalink
Merge branch 'beta-2.10.7' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Feb 12, 2024
2 parents 5173bb7 + 1385ebc commit ed9410b
Show file tree
Hide file tree
Showing 5 changed files with 10 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 129
versionName "2.10.6"
versionCode 130
versionName "2.10.7"
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 129
versionName "2.10.6"
versionCode 130
versionName "2.10.7"
ndkVersion "25.1.8937393"

manifestPlaceholders = [SENTRY_DSN: keystoreProperties['sentry.dsn']]
Expand Down
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 129
versionName "2.10.6"
versionCode 130
versionName "2.10.7"
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 129
versionName "2.10.6"
versionCode 130
versionName "2.10.7"
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 129
versionName "2.10.6"
versionCode 130
versionName "2.10.7"
ndkVersion "25.1.8937393"

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

0 comments on commit ed9410b

Please sign in to comment.