File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1- import org.jetbrains.compose.ExperimentalComposeLibrary
21import org.jetbrains.compose.desktop.application.dsl.TargetFormat
32
43plugins {
@@ -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"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
1111}
1212
1313dependencies {
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" )
You can’t perform that action at this time.
0 commit comments