Skip to content

Commit

Permalink
0.8.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Feb 25, 2016
1 parent 14fa1da commit de798e0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions commons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 1
versionName "0.8.5.3"
versionName "0.8.5.5"
}
lintOptions {
abortOnError false
Expand All @@ -20,7 +20,7 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:appcompat-v7:23.2.0'
// compile 'com.android.support:preference-v7:23.1.0'
compile project(':core')
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 1
versionName "0.8.5.4"
versionName "0.8.5.5"
consumerProguardFiles 'progress-proguard.txt'
}
lintOptions {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 9
targetSdkVersion 23
versionCode 156
versionName "0.8.5.4"
versionCode 157
versionName "0.8.5.5"
}
lintOptions {
abortOnError false
Expand All @@ -39,6 +39,6 @@ android {
dependencies {
compile project(':core')
compile project(':commons')
compile 'com.android.support:gridlayout-v7:23.1.1'
compile 'com.android.support:gridlayout-v7:23.2.0'
compile 'com.jakewharton:butterknife:7.0.1'
}
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit de798e0

Please sign in to comment.