add min and full perm build flavors

This commit is contained in:
n8fr8 2017-06-09 04:12:40 -04:00
parent 67cb36ef63
commit 674f8ff4aa
1 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,7 @@ android {
buildToolsVersion "25" buildToolsVersion "25"
defaultConfig { defaultConfig {
applicationId "org.torproject.android" applicationId "org.torproject.android"
minSdkVersion 23 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
} }
lintOptions { lintOptions {
@ -26,6 +26,15 @@ android {
applicationId 'org.torproject.android' applicationId 'org.torproject.android'
targetSdkVersion 22 targetSdkVersion 22
maxSdkVersion 22 maxSdkVersion 22
versionCode 15420000
versionName '15.4.2-RC-1-multi-SDK16'
}
fullperm {
minSdkVersion 23
applicationId 'org.torproject.android'
targetSdkVersion 25
versionCode 15420001
versionName '15.4.2-RC-1-multi-SDK23'
} }
} }
} }