Skip to content

Commit e10638a

Browse files
update gradle
1 parent 2ae4c7e commit e10638a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.11.1' apply false
4-
id 'com.android.library' version '8.11.1' apply false
3+
id 'com.android.application' version '8.13.0' apply false
4+
id 'com.android.library' version '8.13.0' apply false
55
}

revanced-android/revancedcliwrapper/build.gradle.kts

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

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

99
defaultConfig {
1010
minSdk = 23
11-
targetSdk = 35
11+
targetSdk = 36
1212
versionCode = 1
1313
versionName = "1.0"
1414
}

0 commit comments

Comments
 (0)