Skip to content

Commit

Permalink
Bump room-compiler from 2.3.0 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps room-compiler from 2.3.0 to 2.4.1.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2022
1 parent a3b165b commit 38879be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
annotationProcessor 'androidx.room:room-compiler:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.4.1'
implementation 'androidx.room:room-runtime:2.4.1'
annotationProcessor 'androidx.room:room-compiler:2.3.0'
annotationProcessor 'androidx.room:room-compiler:2.4.1'
testImplementation 'androidx.room:room-testing:2.2.6'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:core:1.3.0'
Expand Down

0 comments on commit 38879be

Please sign in to comment.