Skip to content

Commit

Permalink
Update dependency androidx.room:room-compiler to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent f461d13 commit 8da0069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'androidx.vectordrawable:vectordrawable:1.0.1'

implementation "androidx.room:room-runtime:2.1.0-alpha04"
annotationProcessor "androidx.room:room-compiler:2.1.0-alpha04"
annotationProcessor "androidx.room:room-compiler:2.5.0"

implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.orhanobut:logger:2.1.1'
Expand Down

0 comments on commit 8da0069

Please sign in to comment.