From 16dbcc36ac10a20401f2305acfa34ee91be8cb73 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Wed, 4 Aug 2021 20:03:33 +0200 Subject: [PATCH] Release v1.3.0 - Allow configuring the list of ports that are forcibly redirected - Don't restart the VPN unnecessarily when reconfiguring - Ensure GA data is anonymized --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f0e2c0a..479d2b5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "tech.httptoolkit.android.v1" minSdkVersion 21 targetSdkVersion 29 - versionCode 19 - versionName "1.2.0" + versionCode 20 + versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"