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

update compose release version to 1.0 alpha 05 #187

Merged
merged 1 commit into from
Mar 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constraintlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ project(':core') {
project(':compose') {
ext.pomName = 'ConstraintLayout for Jetpack Compose'
ext.pomDesc = 'ConstraintLayout for Jetpack Compose'
ext.version = '1.0.0-alpha04'
ext.version = '1.0.0-alpha05'
}

subprojects { Project project ->
Expand Down
1 change: 1 addition & 0 deletions projects/ComposeConstraintLayout/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ dependencies {

implementation project(':core')
implementation project(':compose')
// implementation "androidx.constraintlayout:constraintlayout-compose:1.0.0-alpha05"

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

Expand Down
3 changes: 3 additions & 0 deletions projects/ComposeConstraintLayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ buildscript {

allprojects {
repositories {
maven {
url 'http://localhost:1480'
}
google()
jcenter()
}
Expand Down