Merge pull request #722 from TeamNewPipe/beta

add everything for beta release
This commit is contained in:
Christian Schabesberger 2017-09-21 10:08:11 +02:00 committed by GitHub
commit 6e11ca1ac4
8 changed files with 559 additions and 0 deletions

View file

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