Skip to content

Commit

Permalink
update compose release version to 1.0 alpha 05 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
camaelon committed Mar 15, 2021
1 parent affdc39 commit 9847fcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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

0 comments on commit 9847fcb

Please sign in to comment.