Prechádzať zdrojové kódy

Build Tools 23, SDK 23

Aidan Follestad 10 rokov pred
rodič
commit
baefd12080
2 zmenil súbory, kde vykonal 6 pridanie a 6 odobranie
  1. 3 3
      library/build.gradle
  2. 3 3
      sample/build.gradle

+ 3 - 3
library/build.gradle

@@ -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"
     }

+ 3 - 3
sample/build.gradle

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