Skip to content

Commit

Permalink
Merge pull request #803 from ZeusWPI/dependabot/gradle/androidx.room-…
Browse files Browse the repository at this point in the history
…room-compiler-2.5.2

Bump androidx.room:room-compiler from 2.5.1 to 2.5.2
  • Loading branch information
niknetniko committed Jul 26, 2023
2 parents b9e15db + 14d7b70 commit 6ee818b
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 @@ -194,7 +194,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-common-java8:2.6.1'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.room:room-runtime:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.5.2'
implementation 'com.artemzin.rxjava:proguard-rules:1.3.3.0'
implementation 'com.squareup.okhttp3:okhttp:4.11.0'
implementation 'com.squareup.moshi:moshi:1.15.0'
Expand Down

0 comments on commit 6ee818b

Please sign in to comment.