aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Follestad <drummer.aidan@gmail.com>2015-12-18 12:43:17 -0600
committerAidan Follestad <drummer.aidan@gmail.com>2015-12-18 12:43:17 -0600
commit4392ed3c002eab0fc7b8fbd2a01e09037e184d21 (patch)
treebdd42d85db2431d00bb6082b6ad3c709fd731635
parent47d515cbd2b9daea89d4fa788ea7be1df785bf5b (diff)
downloadafollestad-4392ed3c002eab0fc7b8fbd2a01e09037e184d21.tar.gz
0.8.5.3
-rw-r--r--commons/build.gradle2
-rw-r--r--core/build.gradle2
-rw-r--r--sample/build.gradle4
-rw-r--r--sample/sample.apkbin1301690 -> 1303122 bytes
4 files changed, 4 insertions, 4 deletions
diff --git a/commons/build.gradle b/commons/build.gradle
index 331ff91..4521879 100644
--- a/commons/build.gradle
+++ b/commons/build.gradle
@@ -11,7 +11,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 1
- versionName "0.8.5.2"
+ versionName "0.8.5.3"
}
lintOptions {
abortOnError false
diff --git a/core/build.gradle b/core/build.gradle
index fcffa09..f8ba357 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -11,7 +11,7 @@ android {
minSdkVersion 8
targetSdkVersion 23
versionCode 1
- versionName "0.8.6.0"
+ versionName "0.8.5.3"
consumerProguardFiles 'progress-proguard.txt'
}
lintOptions {
diff --git a/sample/build.gradle b/sample/build.gradle
index 9065dcc..bd40c73 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -17,8 +17,8 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 9
targetSdkVersion 23
- versionCode 154
- versionName "0.8.6.0"
+ versionCode 155
+ versionName "0.8.5.3"
}
lintOptions {
abortOnError false
diff --git a/sample/sample.apk b/sample/sample.apk
index 015a6a5..b4bc10a 100644
--- a/sample/sample.apk
+++ b/sample/sample.apk
Binary files differ