mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
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:
parent
2c72aa26ef
commit
07c0dfeb7c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue