Skip to content

Commit

Permalink
Merge branch 'develop' into task/update-billing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 12, 2023
2 parents e5a9a30 + 54dd615 commit 8c1a5e3
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 @@ -25,7 +25,7 @@ android {
}
}

compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
Expand Down
2 changes: 1 addition & 1 deletion fdroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}
}

compileSdkVersion 32
compileSdkVersion 33
buildToolsVersion "30.0.3"

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion liboqs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

android {
compileSdkVersion 32
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
Expand Down
2 changes: 1 addition & 1 deletion site/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}
}

compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "net.ivpn.client"
Expand Down
2 changes: 1 addition & 1 deletion store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}
}

compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "net.ivpn.client"
Expand Down

0 comments on commit 8c1a5e3

Please sign in to comment.