mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
update gradle and libs
This commit is contained in:
parent
ede48be4f3
commit
52f7a862b3
2 changed files with 4 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ protobuf {
|
|||
|
||||
dependencies {
|
||||
|
||||
def room_version = '2.4.1'
|
||||
def room_version = '2.4.2'
|
||||
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
|
|
@ -134,7 +134,7 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.5.0'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.0.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
implementation "com.google.dagger:hilt-android:$hilt_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue