diff --git a/example/build.gradle b/example/build.gradle index 7fec01f..6d37b33 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -5,13 +5,13 @@ repositories { } android { - compileSdkVersion 22 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion "23.0.1" defaultConfig { applicationId "com.r0adkll.slidr.example" minSdkVersion 22 - targetSdkVersion 22 + targetSdkVersion 23 versionCode 1 versionName "1.0" } @@ -32,9 +32,9 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':library') - compile 'com.android.support:appcompat-v7:22.2.1' - compile 'com.android.support:recyclerview-v7:22.2.1' - compile 'com.android.support:cardview-v7:22.2.1' + compile 'com.android.support:appcompat-v7:23.0.1' + compile 'com.android.support:recyclerview-v7:23.0.1' + compile 'com.android.support:cardview-v7:23.0.1' compile 'com.jakewharton:butterknife:6.1.0' compile 'com.github.bumptech.glide:glide:3.6.0' compile 'com.r0adkll:deadskunk:1.0.4-SNAPSHOT' diff --git a/example/example.iml b/example/example.iml index ca2b2ef..19e2cb8 100644 --- a/example/example.iml +++ b/example/example.iml @@ -71,9 +71,10 @@ - - - + + + + @@ -90,18 +91,18 @@ - + - + + + - - - - - + + + \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 33a051a..d6fdba4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,8 +16,8 @@ # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=2.0.4-SNAPSHOT -VERSION_CODE=8 +VERSION_NAME=2.0.4 +VERSION_CODE=9 GROUP=com.r0adkll POM_DESCRIPTION=A simple activity that adds sliding functionality to activities to swipe them away diff --git a/library/build.gradle b/library/build.gradle index 236106c..78f07a0 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -2,12 +2,12 @@ apply plugin: 'com.android.library' apply plugin: 'maven' android { - compileSdkVersion 22 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 14 - targetSdkVersion 22 + targetSdkVersion 23 } compileOptions { @@ -17,7 +17,7 @@ android { } dependencies { - compile 'com.android.support:support-v4:22.2.1' + compile 'com.android.support:support-v4:23.0.1' } apply from: '../gradle-mvn-push.gradle' diff --git a/library/library.iml b/library/library.iml index e833e8d..5fa7157 100644 --- a/library/library.iml +++ b/library/library.iml @@ -72,7 +72,7 @@ - + @@ -85,14 +85,12 @@ - - - + - - + + \ No newline at end of file diff --git a/local.properties b/local.properties index 4bacbe5..6cb759a 100644 --- a/local.properties +++ b/local.properties @@ -7,5 +7,5 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Wed Aug 05 10:05:59 EDT 2015 +#Mon Sep 14 10:46:49 EDT 2015 sdk.dir=/Users/drew.heavner/android-sdk