commit 38b0063ccca9ac3571432003f18bdf25eb08ca1b Author: n8fr8 nathan@freitas.net Date: Thu Jan 4 10:25:52 2018 -0500
update build to 16000005/6 for 16.0.0-BETA-2 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index da05525a..4ffdc227 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,16 +30,16 @@ android { applicationId 'org.torproject.android' targetSdkVersion 23 maxSdkVersion 23 - versionCode 16000003 - versionName '16.0.0-BETA-1-multi-SDK16' + versionCode 16000005 + versionName '16.0.0-BETA-2-multi-SDK16' } fullperm { dimension "free" minSdkVersion 23 applicationId 'org.torproject.android' targetSdkVersion 26 - versionCode 16000004 - versionName '16.0.0-BETA-1-multi-SDK23' + versionCode 16000006 + versionName '16.0.0-BETA-2-multi-SDK23' } } }
tor-commits@lists.torproject.org