File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ apply plugin: 'kotlin'
44
55dependencies {
66 implementation(" com.github.TimScriptov:apkparser:1.2.4" )
7- implementation(" com.github.TimScriptov:preferences:1.0.1" )
8-
7+ implementation(" com.github.TimScriptov:preferences:1.0.1" ) {
8+ exclude(module : ' kotlinx-serialization-core-jvm' )
9+ exclude(module : ' kotlinx-serialization-json-jvm' )
10+ }
911 implementation(" com.android.tools.smali:smali-dexlib2:3.0.3" )
1012 implementation(" org.jetbrains:annotations:24.0.1" )
1113 implementation(" com.google.guava:guava:31.1-jre" )
@@ -22,7 +24,7 @@ afterEvaluate {
2224 from components. java
2325 groupId = ' com.mcal'
2426 artifactId = ' nmmp'
25- version = " 1.2.0 "
27+ version = " 1.2.1 "
2628 }
2729 }
2830 }
@@ -31,4 +33,4 @@ afterEvaluate {
3133java {
3234 sourceCompatibility = JavaVersion . VERSION_17
3335 targetCompatibility = JavaVersion . VERSION_17
34- }
36+ }
You can’t perform that action at this time.
0 commit comments