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

Commit d10b5b3

Browse files
committed
bump version number of compose to 1.0 \o/
1 parent a60d986 commit d10b5b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/ComposeConstraintLayout/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'kotlin-android'
44
}
55

6-
def compose_version = '1.0.0-rc02'
6+
def compose_version = '1.0.0'
77

88
android {
99
compileSdkVersion 30

projects/ComposeConstraintLayout/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-rc02'
5+
def compose_version = '1.0.0'
66

77
android {
88
compileSdkVersion 30

0 commit comments

Comments
 (0)