Skip to content

Commit 65be8a1

Browse files
committed
Upgrade to Compose 1.3.0-beta01 and Kotlin 1.7.10
1 parent b9a1f6c commit 65be8a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ buildscript {
22
ext.versions = [
33
'compileSdk': 31,
44
'minSdk': 21,
5-
'compose': '1.2.0',
5+
'compose': '1.3.0-beta01',
66
'coroutines': '1.6.4',
7-
'kotlin': '1.7.0',
7+
'kotlin': '1.7.10',
88
]
99
ext.deps = [
1010
'compose': [

0 commit comments

Comments
 (0)