From 032321656999543ab160f9739ca175d790bbd974 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Wed, 25 Oct 2017 11:44:00 -0400 Subject: [PATCH] update to 15.4.4-BETA-2-multi-SDK16 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 96cf0fdf..10406fc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,15 +26,15 @@ android { applicationId 'org.torproject.android' targetSdkVersion 23 maxSdkVersion 23 - versionCode 15440000 - versionName '15.4.4-BETA-1-multi-SDK16' + versionCode 15440002 + versionName '15.4.4-BETA-2-multi-SDK16' } fullperm { minSdkVersion 23 applicationId 'org.torproject.android' targetSdkVersion 25 - versionCode 15440001 - versionName '15.4.3-BETA-1-multi-SDK23' + versionCode 15440003 + versionName '15.4.3-BETA-2-multi-SDK23' } } }