Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 7106b67

Browse files
committed
Update build.gradle
bump compose version to beta02
1 parent 8cb6070 commit 7106b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constraintlayout/compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33
apply plugin: 'kotlin-android'
44

5-
def compose_version = '1.0.0-beta01'
5+
def compose_version = '1.0.0-beta02'
66

77
android {
88
compileSdkVersion 30

0 commit comments

Comments
 (0)