Skip to content

Commit

Permalink
Compile with API 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolorotolo committed Aug 19, 2015
1 parent a35a563 commit 5e59a36
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.0"

defaultConfig {
applicationId "org.glucosio.android"
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand All @@ -21,7 +21,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:design:22.2.1'
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:cardview-v7:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.wdullaer:materialdatetimepicker:1.4.2'
}

0 comments on commit 5e59a36

Please sign in to comment.