rename app ID from app.timesafari.app to app.timesafari & adjust tests (Java 20 works)

This commit is contained in:
2025-03-16 17:28:47 -06:00
parent 6c538de762
commit 2337dc64e0
7 changed files with 10 additions and 36 deletions

View File

@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'
android {
namespace "app.timesafari.app"
namespace "app.timesafari"
compileSdk rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "app.timesafari.app"
applicationId "app.timesafari"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1