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 6f4fbc697f
commit 49b82e6c44
8 changed files with 11 additions and 37 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