[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] add min and full perm build flavors
commit 674f8ff4aaf9b564fe1878488bb62655df0d499e
Author: n8fr8 <nathan@xxxxxxxxxxx>
Date: Fri Jun 9 04:12:40 2017 -0400
add min and full perm build flavors
---
app/build.gradle | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/app/build.gradle b/app/build.gradle
index e21a302..883eafa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,7 +5,7 @@ android {
buildToolsVersion "25"
defaultConfig {
applicationId "org.torproject.android"
- minSdkVersion 23
+ minSdkVersion 16
targetSdkVersion 25
}
lintOptions {
@@ -26,6 +26,15 @@ android {
applicationId 'org.torproject.android'
targetSdkVersion 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'
}
}
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits