chore: 更新 Compose 版本

This commit is contained in:
HuanCheng65 2022-08-25 17:23:02 +08:00
parent 4b9635eb3d
commit 989498a9f6
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 7 additions and 4 deletions

View File

@ -44,7 +44,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0'
kotlinCompilerExtensionVersion '1.3.0'
}
signingConfigs {
release {
@ -110,16 +110,19 @@ dependencies {
implementation 'io.coil-kt:coil-compose:2.1.0'
def compose_version = '1.2.0'
def compose_version = '1.2.1'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"
implementation 'androidx.activity:activity-compose:1.5.1'
implementation "androidx.compose.foundation:foundation:$compose_version"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.animation:animation:$compose_version"
implementation "androidx.compose.ui:ui-tooling:$compose_version"
implementation 'androidx.activity:activity-compose:1.5.1'
implementation "com.google.android.material:compose-theme-adapter:1.1.15"
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1"
implementation 'com.google.protobuf:protobuf-java:3.21.1'