Skip to content

Commit 86ed7ce

Browse files
authored
Update the library versions (#517)
- AGP to 3.5.2 - RecyclerView to 1.1.0
1 parent d6c186b commit 86ed7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ buildscript {
2222
targetSdkVersion = 29
2323
compileSdkVersion = 29
2424

25-
androidGradlePluginVersion = "3.5.0"
25+
androidGradlePluginVersion = "3.5.2"
2626
androidMavenGradlePluginVersion = "1.5"
2727
androidxAnnotationVersion = "1.1.0"
2828
androidxAppCompatVersion = "1.1.0"
2929
androidxCoreVersion = "1.1.0"
3030
androidxPreferenceVersion = "1.1.0"
31-
androidxRecyclerViewVersion = "1.0.0"
31+
androidxRecyclerViewVersion = "1.1.0"
3232
androidxEspressoVersion = "3.2.0"
3333
androidxTestVersion = "1.2.0"
3434
junitVersion = "4.12"

0 commit comments

Comments
 (0)