We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fda692 commit 1da6b9cCopy full SHA for 1da6b9c
revanced-android/revancedcliwrapper/build.gradle.kts
@@ -4,12 +4,12 @@ plugins {
4
5
android {
6
namespace = "com.programminghoch10.revancedandroidcli"
7
- compileSdk = 34
+ compileSdk = 35
8
9
defaultConfig {
10
applicationId = "com.programminghoch10.revancedandroidcli"
11
minSdk = 23
12
- targetSdk = 34
+ targetSdk = 35
13
versionCode = 1
14
versionName = "1.0"
15
}
@@ -20,10 +20,6 @@ android {
20
signingConfig = signingConfigs["debug"]
21
22
23
- compileOptions {
24
- sourceCompatibility = JavaVersion.VERSION_1_8
25
- targetCompatibility = JavaVersion.VERSION_1_8
26
- }
27
28
29
dependencies {
0 commit comments