added splash screen and changed appId

This commit is contained in:
2024-11-04 11:30:08 +02:00
parent 6e25d338f7
commit 91f9b4c748
39 changed files with 55 additions and 17 deletions

View File

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