Skip to content

Commit

Permalink
Flexbox layout issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
mahimrocky committed Aug 8, 2019
1 parent b6ec1b2 commit 4ed615b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 33 deletions.
Binary file modified .gradle/4.10.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/4.10.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
52 changes: 19 additions & 33 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions materialtagview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ buildscript {
}
}

allprojects {
repositories {
maven {
url "https://google.bintray.com/flexbox-layout"
}
}
}

android {
compileSdkVersion 28

Expand Down

0 comments on commit 4ed615b

Please sign in to comment.