Bump room-compiler from 2.4.2 to 2.4.3

Bumps room-compiler from 2.4.2 to 2.4.3.

---
updated-dependencies:
- dependency-name: androidx.room:room-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-28 13:19:12 +00:00 committed by Niedermann IT-Dienstleistungen
parent 2c72aa26ef
commit 07c0dfeb7c

View file

@ -103,7 +103,7 @@ dependencies {
// Database
implementation 'androidx.room:room-runtime:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.2'
annotationProcessor 'androidx.room:room-compiler:2.4.3'
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'