commit a9d21aa0d8b10de9c4dc5fe6496bc785b431e571 Author: n8fr8 nathan@freitas.net Date: Thu Jan 4 23:01:21 2018 -0500
update to 16.0.0-BETA-3 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/build.gradle b/app/build.gradle index 4ffdc227..3b6a8013 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,16 +30,16 @@ android { applicationId 'org.torproject.android' targetSdkVersion 23 maxSdkVersion 23 - versionCode 16000005 - versionName '16.0.0-BETA-2-multi-SDK16' + versionCode 16000006 + versionName '16.0.0-BETA-3-multi-SDK16' } fullperm { dimension "free" minSdkVersion 23 applicationId 'org.torproject.android' targetSdkVersion 26 - versionCode 16000006 - versionName '16.0.0-BETA-2-multi-SDK23' + versionCode 16000007 + versionName '16.0.0-BETA-3-multi-SDK23' } } }