File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
}
12
12
13
13
android {
14
- compileSdk = 33
14
+ compileSdk = 34
15
15
compileOptions {
16
16
sourceCompatibility = JavaVersion .VERSION_17
17
17
targetCompatibility = JavaVersion .VERSION_17
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
}
14
14
15
15
android {
16
- compileSdk = 33
16
+ compileSdk = 34
17
17
buildFeatures {
18
18
buildConfig = true
19
19
dataBinding = true
@@ -23,7 +23,7 @@ android {
23
23
defaultConfig {
24
24
applicationId = pkg
25
25
minSdk = 21
26
- targetSdk = 33
26
+ targetSdk = 34
27
27
versionCode = providers.gradleProperty(" wireguardVersionCode" ).get().toInt()
28
28
versionName = providers.gradleProperty(" wireguardVersionName" ).get()
29
29
buildConfigField(" int" , " MIN_SDK_VERSION" , minSdk.toString())
You can’t perform that action at this time.
0 commit comments