Skip to content

Commit

Permalink
Merge branch 'beta-2.10.11' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Jan 21, 2025
2 parents c5ed376 + a2adf6a commit 31b0c03
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 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
versionCode 136
versionName "2.10.11"
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 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
versionCode 136
versionName "2.10.11"
ndkVersion "25.1.8937393"

buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
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 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
versionCode 136
versionName "2.10.11"
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 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
versionCode 136
versionName "2.10.11"
ndkVersion "25.1.8937393"

buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
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 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
versionCode 136
versionName "2.10.11"
ndkVersion "25.1.8937393"

buildConfigField "String", "BILLING_PUBLIC_KEY", keystoreProperties['billing.public.key']
Expand Down

0 comments on commit 31b0c03

Please sign in to comment.