bump compose version

This commit is contained in:
Gary Wang
2021-12-06 00:04:26 +08:00
parent 036c31e502
commit 1d02459028
2 changed files with 3 additions and 3 deletions

View File

@ -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.3.0'
def room_version = '2.4.0-beta02'
kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-runtime:$room_version"