Rename app package to solutions.tretter.esunandroid

- Update Gradle namespace + applicationId
- Move Kotlin sources + tests to new package path
- Update package declarations across app
- Build debug APK v17
This commit is contained in:
Tretzi
2026-05-04 20:34:59 -05:00
parent 7ed43fab5e
commit e4610b3cd2
12 changed files with 15 additions and 15 deletions

View File

@@ -5,15 +5,15 @@ plugins {
}
android {
namespace = "com.esun"
namespace = "solutions.tretter.esunandroid"
compileSdk = 35
defaultConfig {
applicationId = "com.esun"
applicationId = "solutions.tretter.esunandroid"
minSdk = 26
targetSdk = 35
versionCode = 16
versionName = "16"
versionCode = 17
versionName = "17"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true