We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5cdc8 commit 98a050dCopy full SHA for 98a050d
tunnel/build.gradle.kts
@@ -18,7 +18,7 @@ android {
18
}
19
namespace = "${pkg}.tunnel"
20
defaultConfig {
21
- minSdk = 21
+ minSdk = 23
22
23
externalNativeBuild {
24
cmake {
ui/build.gradle.kts
@@ -21,7 +21,7 @@ android {
namespace = pkg
applicationId = pkg
25
targetSdk = 34
26
versionCode = providers.gradleProperty("wireguardVersionCode").get().toInt()
27
versionName = providers.gradleProperty("wireguardVersionName").get()
0 commit comments