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

Commit 9847fcb

Browse files
authored
update compose release version to 1.0 alpha 05 (#187)
1 parent affdc39 commit 9847fcb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

constraintlayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ project(':core') {
7070
project(':compose') {
7171
ext.pomName = 'ConstraintLayout for Jetpack Compose'
7272
ext.pomDesc = 'ConstraintLayout for Jetpack Compose'
73-
ext.version = '1.0.0-alpha04'
73+
ext.version = '1.0.0-alpha05'
7474
}
7575

7676
subprojects { Project project ->

projects/ComposeConstraintLayout/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ dependencies {
5656

5757
implementation project(':core')
5858
implementation project(':compose')
59+
// implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"
5960

6061
implementation "androidx.activity:activity-compose:1.3.0-alpha04"
6162

projects/ComposeConstraintLayout/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ buildscript {
1616

1717
allprojects {
1818
repositories {
19+
maven {
20+
url 'http://localhost:1480'
21+
}
1922
google()
2023
jcenter()
2124
}

0 commit comments

Comments
 (0)