Skip to content

Commit 061768a

Browse files
committed
Update Compose to 1.0.5 and kotlin to 1.5.31
1 parent 8cc9507 commit 061768a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
21
buildscript {
32
ext {
4-
compose_version = '1.0.1'
3+
compose_version = '1.0.5'
54
}
65
repositories {
76
google()
87
mavenCentral()
98
}
109
dependencies {
1110
classpath "com.android.tools.build:gradle:7.0.3"
12-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21'
13-
14-
// NOTE: Do not place your application dependencies here; they belong
15-
// in the individual module build.gradle files
11+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
1612
}
1713
}
1814

0 commit comments

Comments
 (0)