mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-15 18:26:48 -04:00
chore: update Room to 2.5.2
This commit is contained in:
@@ -148,7 +148,7 @@ dependencies {
|
||||
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
|
||||
|
||||
// Room
|
||||
def room_version = '2.5.1'
|
||||
def room_version = '2.5.2'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
annotationProcessor "androidx.room:room-compiler:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
||||
Reference in New Issue
Block a user