add min and full perm build flavors
This commit is contained in:
parent
67cb36ef63
commit
674f8ff4aa
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue