]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release version 1.3. v1.3-standard
authorSoren Stoutner <soren@stoutner.com>
Thu, 7 Apr 2016 23:36:21 +0000 (16:36 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 7 Apr 2016 23:36:21 +0000 (16:36 -0700)
app/build.gradle
app/src/main/assets/about_text.html

index df66f58a9ee3b4f73b187f324e0848fee2aab92c..c8792729e54d3917b93d502aededea0e67b889b0 100644 (file)
@@ -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"
         }
     }
 }
index 01259c96ed61b7e67dcb9cfd96354355f22fb9d3..4a425dd92bf603030bb82a7a58f0f9685114c2da 100644 (file)
@@ -6,6 +6,10 @@
 
 <p>Privacy Browser is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.html">GPLv3+ license</a>.  The full text of the license is below.</p>
 
+<br/>
+<hr/>
+<br/>
+
 <p>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 <a href=https://creativecommons.org/licenses/by/4.0/>CC-BY license</a>.  Modifications were made by Soren Stoutner in 2016.</p>