Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
Bump of build tools to 23 and example support libs to match the libra…
Browse files Browse the repository at this point in the history
…ry project
  • Loading branch information
thorbenprimke committed Dec 10, 2015
1 parent cf56809 commit 37b5c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
19 changes: 8 additions & 11 deletions example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.android.application'
apply plugin: 'com.zeroturnaround.jrebel.android'

android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion '23.0.2'

defaultConfig {
applicationId "co.moonmonkeylabs.realmrecyclerview.example"
minSdkVersion 15
targetSdkVersion 22
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand All @@ -32,17 +32,14 @@ android {

dependencies {
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-v4:22.2.1'
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.0.+'

compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.github.bumptech.glide:glide:3.6.1'

// The library reference
// compile project(':library')
// compile project(':library')
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.9'

// The date project reference
// compile project(':data')
// compile project(':data')
compile 'com.github.thorbenprimke:realm-nytimes-data:0.9.1'
}
4 changes: 1 addition & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "22.0.1"
buildToolsVersion '23.0.2'

defaultConfig {
minSdkVersion 15
Expand All @@ -20,10 +20,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['diffutils-1.2.1.jar'])

compile 'com.android.support:design:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'io.realm:realm-android:0.86.0'

compile 'com.github.TonicArtos:SuperSLiM:ed0ba4b4d2'
}

0 comments on commit 37b5c91

Please sign in to comment.