Rename project to NavButtons and convert module to Kotlin
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user