mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(deps): update room_version to v2.6.0
This commit is contained in:
parent
c489717ad1
commit
179c176baf
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ dependencies {
|
|||
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
|
||||
|
||||
// Room
|
||||
def room_version = '2.5.2'
|
||||
def room_version = '2.6.0'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
annotationProcessor "androidx.room:room-compiler:$room_version"
|
||||
ksp "androidx.room:room-compiler:$room_version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue