Skip to content

Commit 1da6b9c

Browse files
update revancedcliwrapper targetSdk
1 parent 8fda692 commit 1da6b9c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

revanced-android/revancedcliwrapper/build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44

55
android {
66
namespace = "com.programminghoch10.revancedandroidcli"
7-
compileSdk = 34
7+
compileSdk = 35
88

99
defaultConfig {
1010
applicationId = "com.programminghoch10.revancedandroidcli"
1111
minSdk = 23
12-
targetSdk = 34
12+
targetSdk = 35
1313
versionCode = 1
1414
versionName = "1.0"
1515
}
@@ -20,10 +20,6 @@ android {
2020
signingConfig = signingConfigs["debug"]
2121
}
2222
}
23-
compileOptions {
24-
sourceCompatibility = JavaVersion.VERSION_1_8
25-
targetCompatibility = JavaVersion.VERSION_1_8
26-
}
2723
}
2824

2925
dependencies {

0 commit comments

Comments
 (0)