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

Commit

Permalink
Resolve dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jun 23, 2023
1 parent a368006 commit 563703b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
implementation 'androidx.activity:activity-compose:1.7.2'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.compose.material3:material3:1.2.0-alpha03'
implementation 'androidx.compose.material3:material3:1.1.1'
implementation 'androidx.compose.material:material-icons-extended:1.4.3'

// Testing
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
compose_version = '1.6.0-alpha01'
compose_version = '1.5.0-beta01'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down

0 comments on commit 563703b

Please sign in to comment.