From: Soren Stoutner Date: Thu, 7 Apr 2016 23:36:21 +0000 (-0700) Subject: Release version 1.3. X-Git-Tag: v1.3-standard X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.3-standard Release version 1.3. --- diff --git a/app/build.gradle b/app/build.gradle index df66f58a..c8792729 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.stoutner.privacybrowser" minSdkVersion 15 targetSdkVersion 23 - versionCode 3 - versionName "1.2" + versionCode 4 + versionName "1.3" } buildTypes { @@ -43,12 +43,12 @@ android { productFlavors { standard { applicationId "com.stoutner.privacybrowser.standard" - versionName "1.2-standard" + versionName "1.3-standard" } free { applicationId "com.stoutner.privacybrowser.free" - versionName "1.2-free" + versionName "1.3-free" } } } diff --git a/app/src/main/assets/about_text.html b/app/src/main/assets/about_text.html index 01259c96..4a425dd9 100644 --- a/app/src/main/assets/about_text.html +++ b/app/src/main/assets/about_text.html @@ -6,6 +6,10 @@

Privacy Browser is released under the GPLv3+ license. The full text of the license is below.

+
+
+
+

app/src/main/res/mipmap-*/privacy_browser.png and app/src/free/mipmap-*/privacy_browser.png are derived from ic_security and ic_language, which are part of the Android Material icon set. They are released under the CC-BY license. Modifications were made by Soren Stoutner in 2016.