Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jjobes committed Jan 11, 2016
1 parent 88dfff1 commit af6e97b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions slideDateTimePicker/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 23
}

buildTypes {
Expand All @@ -18,5 +18,5 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:support-v4:23.1.1'
}
8 changes: 4 additions & 4 deletions slideDateTimePickerSample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.2"
compileSdkVersion 23
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.github.jjobes.slidedatetimepicker.sample"
minSdkVersion 14
targetSdkVersion 21
targetSdkVersion 23
}

buildTypes {
Expand All @@ -20,5 +20,5 @@ android {

dependencies {
compile project(':slideDateTimePicker')
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:support-v4:23.1.1'
}

0 comments on commit af6e97b

Please sign in to comment.