Skip to content

Commit

Permalink
chore: update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 9, 2024
1 parent bdcf0cf commit 75169ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 133
versionCode 134
versionName "2.10.9"
ndkVersion "25.1.8937393"

Expand Down
2 changes: 1 addition & 1 deletion fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 23
targetSdkVersion 34
versionCode 133
versionCode 134
versionName "2.10.9"
ndkVersion "25.1.8937393"

Expand Down
2 changes: 1 addition & 1 deletion liboqs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 133
versionCode 134
versionName "2.10.9"
ndkVersion "25.1.8937393"

Expand Down
2 changes: 1 addition & 1 deletion site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 23
targetSdkVersion 34
versionCode 133
versionCode 134
versionName "2.10.9"
ndkVersion "25.1.8937393"

Expand Down
2 changes: 1 addition & 1 deletion store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
applicationId "net.ivpn.client"
minSdkVersion 23
targetSdkVersion 34
versionCode 133
versionCode 134
versionName "2.10.9"
ndkVersion "25.1.8937393"

Expand Down

0 comments on commit 75169ae

Please sign in to comment.