mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-07-25 11:11:26 +00:00
added splash screen and changed appId
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user