File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ compose.desktop {
3838 nativeDistributions {
3939 targetFormats(TargetFormat .Dmg , TargetFormat .Msi , TargetFormat .Deb )
4040 packageName = " nmmp"
41- packageVersion = " 1.2.6 "
41+ packageVersion = " 1.2.7 "
4242 description = " Android APK Protector"
4343 copyright = " © 2023 timscriptov."
4444 vendor = " timscriptov"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation(" com.github.TimScriptov:apkparser:1.2.5" )
15- implementation(" com.github.TimScriptov:preferences:1.0.1 " )
15+ implementation(" com.github.TimScriptov:preferences:1.0.2 " )
1616 implementation(" com.android.tools.smali:smali-dexlib2:3.0.3" )
1717 implementation(" org.jetbrains:annotations:24.0.1" )
1818 implementation(" com.google.guava:guava:31.1-jre" )
@@ -27,7 +27,7 @@ publishing {
2727 register<MavenPublication >(" release" ) {
2828 groupId = " com.mcal"
2929 artifactId = " nmmp"
30- version = " 1.2.5 "
30+ version = " 1.2.7 "
3131
3232 afterEvaluate {
3333 from(components[" java" ])
You can’t perform that action at this time.
0 commit comments