Skip to content

Commit a7ce5ad

Browse files
committed
gradle: bump to api 34
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 52c0d1e commit a7ce5ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tunnel/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
android {
14-
compileSdk = 33
14+
compileSdk = 34
1515
compileOptions {
1616
sourceCompatibility = JavaVersion.VERSION_17
1717
targetCompatibility = JavaVersion.VERSION_17

ui/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
android {
16-
compileSdk = 33
16+
compileSdk = 34
1717
buildFeatures {
1818
buildConfig = true
1919
dataBinding = true
@@ -23,7 +23,7 @@ android {
2323
defaultConfig {
2424
applicationId = pkg
2525
minSdk = 21
26-
targetSdk = 33
26+
targetSdk = 34
2727
versionCode = providers.gradleProperty("wireguardVersionCode").get().toInt()
2828
versionName = providers.gradleProperty("wireguardVersionName").get()
2929
buildConfigField("int", "MIN_SDK_VERSION", minSdk.toString())

0 commit comments

Comments
 (0)