Skip to content

Commit c8ee5fb

Browse files
update gradle
1 parent f126f30 commit c8ee5fb

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

revanced-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sun May 21 15:57:08 CEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

revanced-android/revancedcliwrapper/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

2524
dependencies {
2625
implementation(project(":revancedcli"))
27-
}
26+
}

0 commit comments

Comments
 (0)