Skip to content

Commit

Permalink
Merge pull request #59 from ivpn/task/7-mstg-code-1
Browse files Browse the repository at this point in the history
7. MSTG-CODE-1 (The app is signed and provisioned with a valid certificate, of which the private key is properly protected.)
  • Loading branch information
jurajhilje authored Jan 21, 2025
2 parents 29eba36 + 65123f2 commit c5ed376
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

compileSdkVersion 34
defaultConfig {
minSdkVersion 23
minSdkVersion 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
Expand Down
2 changes: 1 addition & 1 deletion fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
applicationId "net.ivpn.client"
minSdkVersion 23
minSdkVersion 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
Expand Down
2 changes: 1 addition & 1 deletion liboqs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

compileSdkVersion 34
defaultConfig {
minSdkVersion 23
minSdkVersion 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
Expand Down
2 changes: 1 addition & 1 deletion liboqs-android/jni/liboqs
2 changes: 1 addition & 1 deletion site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

defaultConfig {
applicationId "net.ivpn.client"
minSdkVersion 23
minSdkVersion 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
Expand Down
2 changes: 1 addition & 1 deletion store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {

defaultConfig {
applicationId "net.ivpn.client"
minSdkVersion 23
minSdkVersion 25
targetSdkVersion 34
versionCode 135
versionName "2.10.10"
Expand Down

0 comments on commit c5ed376

Please sign in to comment.