bump dependencies and AGP version

This commit is contained in:
Gary Wang
2022-01-26 15:07:21 +08:00
parent 5737486f55
commit 5374f7fb39
3 changed files with 5 additions and 5 deletions

View File

@ -51,8 +51,8 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.runtime:runtime-livedata:$compose_version"
@ -70,7 +70,7 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.4.0'
implementation "androidx.datastore:datastore-preferences:1.0.0"
def room_version = '2.4.0'
def room_version = '2.4.1'
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-runtime:$room_version"