Rename project to NavButtons and convert module to Kotlin

This commit is contained in:
ajp_anton
2026-04-22 23:13:24 +00:00
parent 87ed2a2ce2
commit cade5e360e
7 changed files with 449 additions and 434 deletions
+4 -7
View File
@@ -34,7 +34,7 @@ if (releaseBuildRequested && (!hasSharedReleaseSigningConfig || !hasSharedReleas
}
android {
namespace = "se.ajpanton.killappnow"
namespace = "se.ajpanton.navbuttons"
compileSdk = 36
dependenciesInfo {
includeInApk = false
@@ -53,11 +53,11 @@ android {
}
defaultConfig {
applicationId = "se.ajpanton.killappnow"
applicationId = "se.ajpanton.navbuttons"
minSdk = 35
targetSdk = 35
versionCode = 1702
versionName = "17.2"
versionCode = 1
versionName = "0.1"
}
buildTypes {
@@ -73,9 +73,6 @@ android {
packaging {
resources {
merges += "META-INF/xposed/*"
// Not needed as long as we don't use reflection with Kotlin
excludes.add("**/*.kotlin_builtins")
excludes.add("**/*.kotlin_module")
}
}
compileOptions {