bump compose version
This commit is contained in:
parent
036c31e502
commit
1d02459028
|
@ -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"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.5.31'
|
||||
compose_version = '1.1.0-beta03'
|
||||
kotlin_version = '1.6.0'
|
||||
compose_version = '1.1.0-beta04'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
|
Loading…
Reference in New Issue
Block a user