Skip to content

Commit

Permalink
Update the library versions (#517)
Browse files Browse the repository at this point in the history
- AGP to 3.5.2
- RecyclerView to 1.1.0
  • Loading branch information
thagikura authored Nov 22, 2019
1 parent d6c186b commit 86ed7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ buildscript {
targetSdkVersion = 29
compileSdkVersion = 29

androidGradlePluginVersion = "3.5.0"
androidGradlePluginVersion = "3.5.2"
androidMavenGradlePluginVersion = "1.5"
androidxAnnotationVersion = "1.1.0"
androidxAppCompatVersion = "1.1.0"
androidxCoreVersion = "1.1.0"
androidxPreferenceVersion = "1.1.0"
androidxRecyclerViewVersion = "1.0.0"
androidxRecyclerViewVersion = "1.1.0"
androidxEspressoVersion = "3.2.0"
androidxTestVersion = "1.2.0"
junitVersion = "4.12"
Expand Down

0 comments on commit 86ed7ce

Please sign in to comment.