Skip to content

Commit c3c0900

Browse files
committed
update apkparser
1 parent fa13829 commit c3c0900

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.compose.ExperimentalComposeLibrary
21
import org.jetbrains.compose.desktop.application.dsl.TargetFormat
32

43
plugins {
@@ -22,7 +21,6 @@ kotlin {
2221
val jvmMain by getting {
2322
dependencies {
2423
implementation(compose.desktop.currentOs)
25-
@OptIn(ExperimentalComposeLibrary::class)
2624
implementation(compose.material3)
2725

2826
implementation(project(":library"))
@@ -40,7 +38,7 @@ compose.desktop {
4038
nativeDistributions {
4139
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
4240
packageName = "nmmp"
43-
packageVersion = "1.2.5"
41+
packageVersion = "1.2.6"
4442
description = "Android APK Protector"
4543
copyright = "© 2023 timscriptov."
4644
vendor = "timscriptov"

library/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
dependencies {
14-
implementation("com.github.TimScriptov:apkparser:1.2.4")
14+
implementation("com.github.TimScriptov:apkparser:1.2.5")
1515
implementation("com.github.TimScriptov:preferences:1.0.1")
1616
implementation("com.android.tools.smali:smali-dexlib2:3.0.3")
1717
implementation("org.jetbrains:annotations:24.0.1")

0 commit comments

Comments
 (0)