Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Fix build scripts for constraint-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Dec 28, 2017
1 parent 3812cef commit 90cfa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions anko/library/generated/constraint-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply from: '../generated.gradle'

dependencies {
provided "com.android.support.constraint:constraint-layout:$CONSTRAINT_LAYOUT_ARTIFACT_VERSION"
compile project(':generated:anko-commons')
embedded project(':static:constraint-layout')
}

Expand Down
3 changes: 1 addition & 2 deletions anko/library/static/constraint-layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ gradle.projectsEvaluated {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "com.android.support:support-annotations:$SUPPORT_ARTIFACT_VERSION"
compile "com.android.support.constraint:constraint-layout:$CONSTRAINT_LAYOUT_ARTIFACT_VERSION"

provided "com.android.support.constraint:constraint-layout:$CONSTRAINT_LAYOUT_ARTIFACT_VERSION"
compile project(':static:commons')
}

0 comments on commit 90cfa5b

Please sign in to comment.