Skip to content

Commit

Permalink
Bumping to Android 6/SDK 23 so that client encryption is
Browse files Browse the repository at this point in the history
enforced as Android 5 just ignores it

Signed-off-by: Rob Emery <[email protected]>
  • Loading branch information
mintsoft committed Oct 13, 2024
1 parent 7d5cdc8 commit 98a050d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tunnel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}
namespace = "${pkg}.tunnel"
defaultConfig {
minSdk = 21
minSdk = 23
}
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
namespace = pkg
defaultConfig {
applicationId = pkg
minSdk = 21
minSdk = 23
targetSdk = 34
versionCode = providers.gradleProperty("wireguardVersionCode").get().toInt()
versionName = providers.gradleProperty("wireguardVersionName").get()
Expand Down

0 comments on commit 98a050d

Please sign in to comment.