Skip to content

Commit

Permalink
fixed compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu04 committed Jul 9, 2024
1 parent bf4917c commit 751fb93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion samples/jetcompose/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.3.1'
kotlinCompilerExtensionVersion '1.5.12'
}
packagingOptions {
resources {
Expand Down
3 changes: 0 additions & 3 deletions samples/jetcompose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ allprojects {
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
url 'https://artifacts.bitmovin.com/artifactory/public-releases'
}
google()
mavenCentral()
}
Expand Down

0 comments on commit 751fb93

Please sign in to comment.