Updated Gradle config for Android Studio 1.0
[Sunshine.git] / app / build.gradle
index 3ccae68468b4eb25239bd9620d7e11b92503a56e..8ed0effbbbd0e9db7d983fd9caa1fa1bccb2b699 100644 (file)
@@ -13,7 +13,7 @@ android {
     }
     buildTypes {
         release {
-            runProguard false
+            minifyEnabled false
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
         }
     }
@@ -22,4 +22,6 @@ android {
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
     compile 'com.android.support:appcompat-v7:19.+'
+    // You must install or update the Support Repository through the SDK manager to use this dependency.
+    compile 'com.android.support:support-v4:19.+'
 }