Skip to content

Commit 33b8770

Browse files
authored
Upgraded compose to beta02 (#139)
1 parent 983d63b commit 33b8770

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ buildscript {
44
'androidXTestCore':'1.0.0',
55
'androidXTestRules':'1.1.0',
66
'assertJ': '3.16.1',
7-
'compose': '1.0.0-beta01',
8-
'composeActivity': '1.3.0-alpha03',
9-
'composeConstraintLayout': '1.0.0-alpha03',
10-
'composeNavigation': '1.0.0-alpha08',
7+
'compose': '1.0.0-beta02',
8+
'composeActivity': '1.3.0-alpha04',
9+
'composeConstraintLayout': '1.0.0-alpha05',
10+
'composeNavigation': '1.0.0-alpha09',
1111
'detekt': '1.7.4',
1212
'espresso': '3.2.0',
1313
'gradle': '4.2.0-alpha15',
1414
'junit' : '4.12',
1515
'junitImplementation' : '1.1.1',
16-
'kotlin': '1.4.30',
17-
'kotlinCompilerVersion': '1.4.30',
16+
'kotlin': '1.4.31',
17+
'kotlinCompilerVersion': '1.4.31',
1818
'kotlinCompileTesting': '1.2.8',
1919
'kotlinPoet': '1.6.0',
2020
'kotlinXMetadata': '0.1.0',

0 commit comments

Comments
 (0)