Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Update version of gradle plugin and androidx recyclerview
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgrp committed Nov 21, 2019
1 parent 56e49bc commit cdf4bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
}
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext.versions = [
'minSdk' : 14,

'androidx_appcompat' : '1.1.0',
'androidx_recyclerview' : '1.0.0',
'androidx_recyclerview' : '1.1.0',
'apache_commons_collections': '4.3',

'junit' : '4.12',
Expand Down

0 comments on commit cdf4bfa

Please # to comment.