Aidan Follestad 9 年之前
父节点
当前提交
f93041cd6a
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      README.md
  2. 1 1
      commons/build.gradle
  3. 1 1
      core/build.gradle

+ 1 - 1
README.md

@@ -112,7 +112,7 @@ The *commons* module contains extensions to the library that not everyone may ne
 dependencies {
     // ... other dependencies here
     
-    compile 'com.afollestad.material-dialogs:commons:0.8.5.9'
+    compile 'com.afollestad.material-dialogs:commons:0.8.6.0'
 }
 ```
 

+ 1 - 1
commons/build.gradle

@@ -31,4 +31,4 @@ dependencies {
     compile project(':core')
 }
 
-apply from: 'https://raw.githubusercontent.com/afollestad/aidanfollestad.com/master/release-aar.gradle'
+apply from: 'https://raw.githubusercontent.com/afollestad/aidanfollestad.com/master/android-lib-release.gradle'

+ 1 - 1
core/build.gradle

@@ -34,4 +34,4 @@ dependencies {
     compile "me.zhanghai.android.materialprogressbar:library:1.1.6"
 }
 
-apply from: 'https://raw.githubusercontent.com/afollestad/aidanfollestad.com/master/release-aar.gradle'
+apply from: 'https://raw.githubusercontent.com/afollestad/aidanfollestad.com/master/android-lib-release.gradle'