We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a1f6c commit 65be8a1Copy full SHA for 65be8a1
gradle/dependencies.gradle
@@ -2,9 +2,9 @@ buildscript {
2
ext.versions = [
3
'compileSdk': 31,
4
'minSdk': 21,
5
- 'compose': '1.2.0',
+ 'compose': '1.3.0-beta01',
6
'coroutines': '1.6.4',
7
- 'kotlin': '1.7.0',
+ 'kotlin': '1.7.10',
8
]
9
ext.deps = [
10
'compose': [
0 commit comments