add everything for beta release

add AndroidManifest.xml for beta
This commit is contained in:
Christian Schabesberger 2017-09-09 19:41:10 +02:00
parent 6068043fd4
commit 020322df0b
8 changed files with 559 additions and 0 deletions

View file

@ -25,6 +25,9 @@ android {
debuggable true
applicationIdSuffix ".debug"
}
beta {
applicationIdSuffix ".beta"
}
}
lintOptions {