File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 8.7.3 ' apply false
4- id ' com.android.library' version ' 8.7.3 ' apply false
3+ id ' com.android.application' version ' 8.11.1 ' apply false
4+ id ' com.android.library' version ' 8.11.1 ' apply false
55}
Original file line number Diff line number Diff line change 11# Sun May 21 15:57:08 CEST 2023
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ android {
77 compileSdk = 35
88
99 defaultConfig {
10- applicationId = " com.programminghoch10.revancedandroidcli"
1110 minSdk = 23
1211 targetSdk = 35
1312 versionCode = 1
@@ -24,4 +23,4 @@ android {
2423
2524dependencies {
2625 implementation(project(" :revancedcli" ))
27- }
26+ }
You can’t perform that action at this time.
0 commit comments