Skip to content

Commit

Permalink
materials-dialog 0.7.6.0 is no longer available, so 0.7.7.0 is used i…
Browse files Browse the repository at this point in the history
…nstead.
  • Loading branch information
yukuku committed Aug 18, 2016
1 parent d75a0f4 commit e05aeff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Alkitab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
compile 'com.google.android.gms:play-services-gcm:8.1.0'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:multidex:1.0.1'
compile 'com.afollestad:material-dialogs:0.7.6.0'
compile 'com.afollestad:material-dialogs:0.7.7.0'
compile 'com.android.support:design:23.0.1'
testCompile 'junit:junit:4.12'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
Expand Down
2 changes: 1 addition & 1 deletion AlkitabFeedback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.0.1'
compile 'com.squareup.okhttp:okhttp:2.5.0'
compile 'com.afollestad:material-dialogs:0.7.6.0'
compile 'com.afollestad:material-dialogs:0.7.7.0'
compile project(':Afw')
}
2 changes: 1 addition & 1 deletion AmbilWarna/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.afollestad:material-dialogs:0.7.6.0'
compile 'com.afollestad:material-dialogs:0.7.7.0'
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ repositories {
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}

Expand Down

0 comments on commit e05aeff

Please sign in to comment.