Skip to content

Commit

Permalink
Update support libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Apr 10, 2018
1 parent 483dbe7 commit 80a7b74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation project(':smileys')
implementation 'com.android.support:support-v4:27.1.0'
implementation 'com.android.support:recyclerview-v7:27.1.0'
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:design:27.1.0'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.akexorcist:RoundCornerProgressBar:2.0.3'
implementation 'se.emilsjolander:stickylistheaders:2.7.0' // TODO: remove
implementation 'org.zakariya.stickyheaders:stickyheaders:0.7.6'
Expand Down

0 comments on commit 80a7b74

Please sign in to comment.