mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: update Room to 2.5.2
This commit is contained in:
parent
b2333041e9
commit
9b3a1e75ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue