From 3a8bd8cb3efb26b903f7c5eabddbc402152f139a Mon Sep 17 00:00:00 2001 From: NekoInverter <42698724+NekoInverter@users.noreply.github.com> Date: Sat, 21 Nov 2020 19:09:00 +0800 Subject: [PATCH] Update dependencies --- app/build.gradle | 12 ++++++------ app/proguard-rules.pro | 3 +-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fa409f1b..9ff30c93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { disable 'MissingTranslation' disable 'ExtraTranslation' } - compileSdkVersion 30 - buildToolsVersion "30.0.1" + compileSdkVersion 29 + buildToolsVersion "30.0.2" defaultConfig { applicationId "org.meowcat.edxposed.manager" minSdkVersion 26 @@ -64,15 +64,15 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.3.0-alpha01' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.browser:browser:1.2.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta8' - implementation "androidx.recyclerview:recyclerview:1.2.0-alpha04" + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation "androidx.recyclerview:recyclerview:1.1.0" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.github.bumptech.glide:glide:4.11.0' implementation "com.github.topjohnwu.libsu:core:2.5.1" implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0' - implementation 'com.google.android.material:material:1.3.0-alpha01' + implementation 'com.google.android.material:material:1.2.1' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.takisoft.preferencex:preferencex:1.1.0' implementation 'com.takisoft.preferencex:preferencex-colorpicker:1.1.0' diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 4c5d26f9..69f8fdd6 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -21,5 +21,4 @@ #-renamesourcefileattribute SourceFile -keep class org.meowcat.edxposed.manager.util.json.**{public *; } -keep class org.meowcat.edxposed.manager.xposed.**{ *; } --keep class de.robv.android.xposed.installer.**{public *; } --repackageclasses '' \ No newline at end of file +-keep class de.robv.android.xposed.installer.**{public *; } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 5ac27519..2eaa6908 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.1' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d994d2ed..b159b441 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip