Merge pull request #8716 from TacoTheDank/bumpRoom

Update AndroidX Room to 2.4.3
This commit is contained in:
Stypox 2022-08-04 10:40:26 +02:00 committed by GitHub
commit 22d75f3ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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