Skip to content

Commit db628c5

Browse files
committed
Update build.gradle
1 parent 0916447 commit db628c5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

library/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ apply plugin: 'kotlin'
44

55
dependencies {
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 {
3133
java {
3234
sourceCompatibility = JavaVersion.VERSION_17
3335
targetCompatibility = JavaVersion.VERSION_17
34-
}
36+
}

0 commit comments

Comments
 (0)