mirror of https://github.com/m2049r/xmrwallet.git
Stagenet build config (#483)
* combine gitignores * stagenet build config
This commit is contained in:
parent
e2e9da3437
commit
8d41d1d03e
|
@ -6,7 +6,10 @@
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
/app/build
|
||||||
/app/release
|
/app/release
|
||||||
|
/app/alpha
|
||||||
|
/app/prod
|
||||||
/app/alphaMainnet
|
/app/alphaMainnet
|
||||||
/app/prodMainnet
|
/app/prodMainnet
|
||||||
/app/alphaStagenet
|
/app/alphaStagenet
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
.externalNativeBuild
|
|
||||||
build
|
|
||||||
app.iml
|
|
||||||
prod
|
|
||||||
alpha
|
|
|
@ -8,7 +8,7 @@ android {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 155
|
versionCode 155
|
||||||
versionName "1.10.5 'Node-O-matiC'"
|
versionName "1.10.5a 'Node-O-matiC'"
|
||||||
|
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
@ -27,6 +27,7 @@ android {
|
||||||
stagenet {
|
stagenet {
|
||||||
dimension 'net'
|
dimension 'net'
|
||||||
applicationIdSuffix '.stage'
|
applicationIdSuffix '.stage'
|
||||||
|
versionNameSuffix ' (stage)'
|
||||||
}
|
}
|
||||||
alpha {
|
alpha {
|
||||||
dimension 'type'
|
dimension 'type'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="app_name" translatable="false">monerujo - Debug</string>
|
|
||||||
</resources>
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name" translatable="false">Stagenet</string>
|
||||||
|
</resources>
|
Loading…
Reference in New Issue