Skip to content

Commit

Permalink
fix(android): update androidx.room:room-compiler to 2.6.1 (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Sep 15, 2024
1 parent 43ec5d3 commit 21c435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ dependencies {
//security library
implementation "androidx.security:security-crypto:1.1.0-alpha06"
implementation "androidx.biometric:biometric:1.1.0"
annotationProcessor 'androidx.room:room-compiler:2.5.1'
annotationProcessor 'androidx.room:room-compiler:2.6.1'
}

0 comments on commit 21c435a

Please sign in to comment.