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.activity:activity-compose:1.4.0'
implementation "androidx.datastore:datastore-preferences:1.0.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" kapt "androidx.room:room-compiler:$room_version"
implementation "androidx.room:room-ktx:$room_version" implementation "androidx.room:room-ktx:$room_version"
implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-runtime:$room_version"

View File

@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext { ext {
kotlin_version = '1.5.31' kotlin_version = '1.6.0'
compose_version = '1.1.0-beta03' compose_version = '1.1.0-beta04'
} }
repositories { repositories {
google() google()