Browse Source

Updated build tools.

Aidan Follestad 10 years ago
parent
commit
06329c80a0
5 changed files with 2 additions and 2 deletions
  1. BIN
      .DS_Store
  2. BIN
      library/.DS_Store
  3. 1 1
      library/build.gradle
  4. BIN
      sample/.DS_Store
  5. 1 1
      sample/build.gradle

BIN
.DS_Store


BIN
library/.DS_Store


+ 1 - 1
library/build.gradle

@@ -3,7 +3,7 @@ apply plugin: 'bintray-release'
 
 android {
     compileSdkVersion 22
-    buildToolsVersion "22.0.0"
+    buildToolsVersion "22.0.1"
 
     defaultConfig {
         minSdkVersion 8

BIN
sample/.DS_Store


+ 1 - 1
sample/build.gradle

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 22
-    buildToolsVersion "22.0.0"
+    buildToolsVersion "22.0.1"
 
     defaultConfig {
         applicationId "com.afollestad.materialdialogssample"