Stagenet build config (#483)

* combine gitignores

* stagenet build config
This commit is contained in:
m2049r 2018-11-24 22:28:33 +01:00 committed by GitHub
parent e2e9da3437
commit 8d41d1d03e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 10 deletions

3
.gitignore vendored
View File

@ -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

5
app/.gitignore vendored
View File

@ -1,5 +0,0 @@
.externalNativeBuild
build
app.iml
prod
alpha

View File

@ -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'

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">monerujo - Debug</string>
</resources>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Stagenet</string>
</resources>