]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/build.gradle
Remove the static member variables, converting two of them to private member variables.
[PrivacyBrowserAndroid.git] / app / build.gradle
index 1f926caa8fa62601b50ecf752f2e213b0c8f3031..f841d45f227a0d75d6be305a6b23d2f272f4a767 100644 (file)
@@ -11,6 +11,7 @@ android {
         versionCode 1
         versionName "1.0"
     }
+
     buildTypes {
         release {
             minifyEnabled false
@@ -21,5 +22,5 @@ android {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:23.1.0'
+    compile 'com.android.support:appcompat-v7:23.1.1'
 }