1
0
Aidan Follestad 10 жил өмнө
parent
commit
49cf85aef7

+ 1 - 1
commons/build.gradle

@@ -11,7 +11,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 23
         versionCode 1
-        versionName "0.8.0.0"
+        versionName "0.8.0.1"
     }
     lintOptions {
         abortOnError false

+ 1 - 1
core/build.gradle

@@ -11,7 +11,7 @@ android {
         minSdkVersion 8
         targetSdkVersion 23
         versionCode 1
-        versionName "0.8.0.0"
+        versionName "0.8.0.1"
     }
     lintOptions {
         abortOnError false

+ 2 - 2
sample/build.gradle

@@ -17,8 +17,8 @@ android {
         applicationId "com.afollestad.materialdialogssample"
         minSdkVersion 9
         targetSdkVersion 23
-        versionCode 140
-        versionName "0.8.0.0"
+        versionCode 141
+        versionName "0.8.0.1"
     }
     lintOptions {
         abortOnError false