Skip to content

Commit 54d72b0

Browse files
committed
Update deps.
1 parent 4edb181 commit 54d72b0

5 files changed

Lines changed: 15 additions & 30 deletions

File tree

build.gradle

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

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ PROJ_GROUP=com.absinthe
1515
PROJ_ARTIFACTID=lcrules
1616
PROJ_NAME=LibChecker-Rules-Bundle
1717
PROJ_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
2323
PROJ_DESCRIPTION=LibChecker-Rules-Bundle
24-
PROJ_USER_MAVEN=Absinthe
24+
PROJ_USER_MAVEN=LibChecker

library/build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ apply plugin: 'kotlin-android'
44
apply from: "${rootDir.path}/gradle/publish.gradle"
55

66
android {
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

3738
dependencies {
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
}

library/proguard-rules.pro

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
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
}

library/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)