File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 }
77 dependencies {
88 classpath " com.android.tools.build:gradle:7.1.3"
9- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0 "
9+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20 "
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ PROJ_GROUP=com.absinthe
1515PROJ_ARTIFACTID =lcrules
1616PROJ_NAME =LibChecker-Rules-Bundle
1717PROJ_VERSION =20
18- DEVELOPER_ID =Absinthe
19- DEVELOPER_NAME =Absinthe
20- PROJ_WEBSITEURL =https://github.com/zhaobozhen /LibChecker-Rules-Bundle
21- PROJ_ISSUETRACKERURL =https://github.com/zhaobozhen /LibChecker-Rules-Bundle/issues
22- PROJ_VCSURL =https://github.com/zhaobozhen /LibChecker-Rules-Bundle.git
18+ DEVELOPER_ID =LibChecker
19+ DEVELOPER_NAME =LibChecker
20+ PROJ_WEBSITEURL =https://github.com/LibChecker /LibChecker-Rules-Bundle
21+ PROJ_ISSUETRACKERURL =https://github.com/LibChecker /LibChecker-Rules-Bundle/issues
22+ PROJ_VCSURL =https://github.com/LibChecker /LibChecker-Rules-Bundle.git
2323PROJ_DESCRIPTION =LibChecker-Rules-Bundle
24- PROJ_USER_MAVEN =Absinthe
24+ PROJ_USER_MAVEN =LibChecker
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ apply plugin: 'kotlin-android'
44apply from : " ${ rootDir.path} /gradle/publish.gradle"
55
66android {
7- compileSdk 32
7+ compileSdk 33
8+ namespace " com.absinthe.lc.rulesbundle"
89
910 defaultConfig {
1011 minSdk 21
11- targetSdk 32
12+ targetSdk 33
1213 versionCode 1
1314 versionName " 1.0"
1415 }
@@ -35,11 +36,11 @@ android {
3536}
3637
3738dependencies {
38- api ' androidx.core:core-ktx:1.8 .0'
39- api ' androidx.appcompat:appcompat:1.4.2 '
40- api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3 '
39+ api ' androidx.core:core-ktx:1.9 .0'
40+ api ' androidx.appcompat:appcompat:1.5.1 '
41+ api ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
4142
42- api ' androidx.room:room-runtime:2.4.2 '
43- api ' androidx.room:room-ktx:2.4.2 '
43+ api ' androidx.room:room-runtime:2.4.3 '
44+ api ' androidx.room:room-ktx:2.4.3 '
4445 api ' javax.annotation:javax.annotation-api:1.3.2'
4546}
Original file line number Diff line number Diff line change 1- -repackageclasses "com.absinthe.clowread"
2-
3- -keep class * implements de.robv.android.xposed.IXposedHookLoadPackage {
4- public void *(de.robv.android.xposed.callbacks.XC_LoadPackage$LoadPackageParam);
5- }
6-
7- -keep class * implements de.robv.android.xposed.IXposedHookInitPackageResources {
8- public void *(de.robv.android.xposed.callbacks.XC_InitPackageResources$InitPackageResourcesParam);
9- }
10-
11- -keepattributes RuntimeVisible*Annotations
12-
131-keepclassmembers class * {
142 @android.webkit.JavascriptInterface <methods>;
153}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments