Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
* update included libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored and QuadTriangle committed Jan 25, 2018
1 parent e49cac0 commit 4824d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ 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
implementation 'com.mikepenz:iconics-core:3.0.0@aar'
implementation 'com.mikepenz:iconics-core:3.0.1@aar'

//used to display the icons in the drawer
//https://github.com/mikepenz/Android-Iconics
Expand All @@ -82,7 +82,7 @@ dependencies {
}

configurations.all {
resolutionStrategy.force "com.mikepenz:iconics-core:3.0.0"
resolutionStrategy.force "com.mikepenz:iconics-core:3.0.1"
resolutionStrategy.force "com.android.support:support-v4:${rootProject.ext.supportLibVersion}"
resolutionStrategy.force "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}"
resolutionStrategy.force "com.android.support:cardview-v7:${rootProject.ext.supportLibVersion}"
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ 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:3.0.0@aar'
compile 'com.mikepenz:iconics-core:3.0.1@aar'

// used to fill the RecyclerView with the items
// and provides single and multi selection, expandable items
// https://github.com/mikepenz/FastAdapter
compile 'com.mikepenz:fastadapter:3.0.5@aar'
compile 'com.mikepenz:fastadapter:3.1.1@aar'
}

0 comments on commit 4824d6e

Please sign in to comment.