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 2ae4c7e commit e10638aCopy full SHA for e10638a
revanced-android/build.gradle
@@ -1,5 +1,5 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
plugins {
3
- id 'com.android.application' version '8.11.1' apply false
4
- id 'com.android.library' version '8.11.1' apply false
+ id 'com.android.application' version '8.13.0' apply false
+ id 'com.android.library' version '8.13.0' apply false
5
}
revanced-android/revancedcliwrapper/build.gradle.kts
@@ -4,11 +4,11 @@ plugins {
android {
6
namespace = "com.programminghoch10.revancedandroidcli"
7
- compileSdk = 35
+ compileSdk = 36
8
9
defaultConfig {
10
minSdk = 23
11
- targetSdk = 35
+ targetSdk = 36
12
versionCode = 1
13
versionName = "1.0"
14
0 commit comments