@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'
android {
- compileSdkVersion 22
- buildToolsVersion "22.0.1"
+ compileSdkVersion 23
+ buildToolsVersion "23.0.0"
defaultConfig {
minSdkVersion 8
- targetSdkVersion 22
+ targetSdkVersion 23
versionCode 1
versionName "0.7.8.1"
}
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'
signingConfigs {
production {
@@ -16,7 +16,7 @@ android {
applicationId "com.afollestad.materialdialogssample"
minSdkVersion 9
versionCode 136