Skip to content

Commit 2e1ecd3

Browse files
committed
Remove zipflinger
1 parent 8c83f33 commit 2e1ecd3

File tree

5 files changed

+591
-629
lines changed

5 files changed

+591
-629
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ dependencies {
1919
implementation("com.google.code.gson:gson:2.10.1")
2020
implementation("org.ow2.asm:asm:9.5")
2121
implementation("com.android.tools:r8:8.1.56")
22-
implementation("com.android:zipflinger:8.1.1")
2322
}
2423

2524
publishing {
2625
publications {
2726
register<MavenPublication>("release") {
2827
groupId = "com.mcal"
2928
artifactId = "nmmp"
30-
version = "1.2.7"
29+
version = "1.2.8"
3130

3231
afterEvaluate {
3332
from(components["java"])

0 commit comments

Comments
 (0)