Skip to content

Commit 21c435a

Browse files
authoredSep 15, 2024
fix(android): update androidx.room:room-compiler to 2.6.1 (capacitor-community#588)
1 parent 43ec5d3 commit 21c435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ dependencies {
6666
//security library
6767
implementation "androidx.security:security-crypto:1.1.0-alpha06"
6868
implementation "androidx.biometric:biometric:1.1.0"
69-
annotationProcessor 'androidx.room:room-compiler:2.5.1'
69+
annotationProcessor 'androidx.room:room-compiler:2.6.1'
7070
}

0 commit comments

Comments
 (0)
Please sign in to comment.