Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Update Compose and Kotlin
Browse files Browse the repository at this point in the history
Signed-off-by: iTaysonLab <[email protected]>
  • Loading branch information
iTaysonLab committed Apr 23, 2022
1 parent 9682681 commit 04520f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.material:material:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation "androidx.compose.material3:material3:1.0.0-alpha09"
implementation "androidx.compose.material3:material3:1.0.0-alpha10"
implementation "androidx.navigation:navigation-compose:2.4.2"
implementation "androidx.palette:palette-ktx:1.0.0"
implementation "androidx.compose.material:material-icons-extended:$compose_version"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
buildscript {
ext {
compose_version = '1.2.0-alpha07'
compose_version = '1.2.0-alpha08'
media2_version = "1.2.1"
}
}

plugins {
id 'com.android.application' version '7.1.2' apply false
id 'com.android.library' version '7.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
id 'org.jetbrains.kotlin.android' version '1.6.20' apply false
id 'com.google.dagger.hilt.android' version '2.41' apply false
}

Expand Down

0 comments on commit 04520f3

Please sign in to comment.