Skip to content

Commit

Permalink
update revancedcliwrapper targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Nov 4, 2024
1 parent 8fda692 commit 1da6b9c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions revanced-android/revancedcliwrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {

android {
namespace = "com.programminghoch10.revancedandroidcli"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.programminghoch10.revancedandroidcli"
minSdk = 23
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"
}
Expand All @@ -20,10 +20,6 @@ android {
signingConfig = signingConfigs["debug"]
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}

dependencies {
Expand Down

0 comments on commit 1da6b9c

Please sign in to comment.