]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Release 1.6. v1.6
authorSoren Stoutner <soren@stoutner.com>
Wed, 11 May 2016 22:14:15 +0000 (15:14 -0700)
committerSoren Stoutner <soren@stoutner.com>
Wed, 11 May 2016 22:14:15 +0000 (15:14 -0700)
app/build.gradle
app/src/main/res/xml/preferences.xml

index 119de8c5165960fef705b8550f2e9f1b8e7a3ad2..9ea14bb3bf68ee4f9b17de5bf1cafd9fc0dc4941 100644 (file)
@@ -29,8 +29,8 @@ android {
         applicationId "com.stoutner.privacybrowser"
         minSdkVersion 15
         targetSdkVersion 23
-        versionCode 6
-        versionName "1.5"
+        versionCode 7
+        versionName "1.6"
     }
 
     buildTypes {
@@ -53,7 +53,7 @@ android {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:design:23.3.0'
+    compile 'com.android.support:design:23.4.0'
     // Only compile com.google.android.gms:play-services-ads for the free version.
     freeCompile 'com.google.android.gms:play-services-ads:8.4.0'
 }
index 813c1ca2c6f6cb4a169e182d29c8a8e26ddb3c08..1853a2f9adf0397d783fae3417a16d1541dc724e 100644 (file)
@@ -52,7 +52,7 @@
             android:title="@string/user_agent"
             android:entries="@array/user_agent_entries"
             android:entryValues="@array/user_agent_entry_values"
-            android:defaultValue="" />
+            android:defaultValue="Default user agent" />
 
         // Android doesn't let EditTextPreferences have more than one line, but I include singleLine="false" in case they ever wisen up.
         <EditTextPreference