Update AndroidX Room to 2.4.3

This commit is contained in:
TacoTheDank 2022-07-31 00:14:23 -04:00
parent 81c4b822e0
commit 582032f372
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ ext {
checkstyleVersion = '10.3.1'
androidxLifecycleVersion = '2.3.1'
androidxRoomVersion = '2.4.2'
androidxRoomVersion = '2.4.3'
androidxWorkVersion = '2.7.1'
icepickVersion = '3.2.0'