Skip to content

Commit 751fb93

Browse files
committed
fixed compose version
1 parent bf4917c commit 751fb93

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

samples/jetcompose/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
compose true
4040
}
4141
composeOptions {
42-
kotlinCompilerExtensionVersion '1.3.1'
42+
kotlinCompilerExtensionVersion '1.5.12'
4343
}
4444
packagingOptions {
4545
resources {

samples/jetcompose/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ allprojects {
3838
maven {
3939
url "https://plugins.gradle.org/m2/"
4040
}
41-
maven {
42-
url 'https://artifacts.bitmovin.com/artifactory/public-releases'
43-
}
4441
google()
4542
mavenCentral()
4643
}

0 commit comments

Comments
 (0)