Browse Source

Updated Support Library, RecyclerView, and AppCompat. Make sure you update the repos from the SDK Manager.

Aidan Follestad 10 years ago
parent
commit
f7a5f8808d
2 changed files with 6 additions and 6 deletions
  1. 2 2
      build.gradle
  2. 4 4
      library/build.gradle

+ 2 - 2
build.gradle

@@ -3,7 +3,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:1.1.0'
+        classpath 'com.android.tools.build:gradle:1.1.3'
         classpath 'com.novoda:bintray-release:0.2.5'
     }
 }
@@ -12,4 +12,4 @@ allprojects {
     repositories {
         jcenter()
     }
-}
+}

+ 4 - 4
library/build.gradle

@@ -18,9 +18,9 @@ android {
 
 dependencies {
     compile fileTree(dir: 'libs', include: ['*.jar'])
-    compile 'com.android.support:appcompat-v7:22.0.0
-    compile 'com.android.support:support-annotations:22.0.0
-    compile 'com.android.support:recyclerview-v7:22.0.0
+    compile 'com.android.support:appcompat-v7:22.0.0'
+    compile 'com.android.support:support-annotations:22.0.0'
+    compile 'com.android.support:recyclerview-v7:22.0.0'
 }
 
 publish {
@@ -32,4 +32,4 @@ publish {
     website = 'https://github.com/afollestad/material-dialogs'
     issueTracker = "${website}/issues"
     repository = "${website}.git"
-}
+}