Skip to content

Commit

Permalink
* update support libs
Browse files Browse the repository at this point in the history
* update FastAdapter
* update Android-Iconics
* update build tools
  • Loading branch information
mikepenz committed Nov 18, 2017
1 parent 885133d commit e9f552f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android:
- tools

# The BuildTools version used by your project
- build-tools-27.0.0
- build-tools-27.0.1

# The SDK version used to compile your project
- android-27
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
}

configurations.all {
resolutionStrategy.force "com.mikepenz:iconics-core:2.9.5"
resolutionStrategy.force "com.mikepenz:iconics-core:3.0.0"
resolutionStrategy.force "com.mikepenz:fastadapter:3.0.1"
resolutionStrategy.force "com.android.support:support-v4:${versions.supportLib}"
resolutionStrategy.force "com.android.support:appcompat-v7:${versions.supportLib}"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ buildscript {
ext {
setup = [
compileSdk: 27,
buildTools: "27.0.0",
buildTools: "27.0.1",
minSdk : 14,
targetSdk : 27
]

versions = [
supportLib: "27.0.0"
supportLib: "27.0.1"
]
}

Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ dependencies {
// used to provide out of the box icon font support. simplifies development,
// and provides scalable icons. the core is very very light
// https://github.com/mikepenz/Android-Iconics
compile 'com.mikepenz:iconics-core:2.9.5@aar'
compile 'com.mikepenz:iconics-core:3.0.0@aar'

// used to fill the RecyclerView with the DrawerItems
// and provides single and multi selection, expandable items
// https://github.com/mikepenz/FastAdapter
compile 'com.mikepenz:fastadapter:3.0.1@aar'
compile 'com.mikepenz:fastadapter-extensions-expandable:3.0.0@aar'
compile 'com.mikepenz:fastadapter:3.0.4@aar'
compile 'com.mikepenz:fastadapter-extensions-expandable:3.0.3@aar'
}

0 comments on commit e9f552f

Please sign in to comment.