From eff2f765db858c1a1d49e7a969ce40e06702fcec Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Wed, 25 Oct 2017 11:46:15 -0400 Subject: [PATCH] updating this to 15.5.0-RC-1-multi-SDK16 in lite of the feature enhancements and new version of tor --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 10406fc0..d8da8a1a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,15 +26,15 @@ android { applicationId 'org.torproject.android' targetSdkVersion 23 maxSdkVersion 23 - versionCode 15440002 - versionName '15.4.4-BETA-2-multi-SDK16' + versionCode 15500000 + versionName '15.5.0-RC-1-multi-SDK16' } fullperm { minSdkVersion 23 applicationId 'org.torproject.android' targetSdkVersion 25 - versionCode 15440003 - versionName '15.4.3-BETA-2-multi-SDK23' + versionCode 15500001 + versionName '15.5.0-RC-1-multi-SDK23' } } }