bump compose version
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user