Skip to content

Commit

Permalink
Fix build of tools library (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
camaelon authored Jul 24, 2021
1 parent 4384159 commit 9fb9da8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions constraintlayout/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ android.useAndroidX=true
constraintlayout.version=2.1.0-rc01
core.version=1.0.0-beta04
compose.version=1.0.0-beta01
tools.version=1.0.0-alpha01
2 changes: 2 additions & 0 deletions constraintlayout/tools/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.4.31"
id 'androidx.build.base'
id 'androidx.build.java-library'
id 'androidx.build.publishing'
}
Expand Down

0 comments on commit 9fb9da8

Please sign in to comment.