File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,18 @@ This is home page of FlowLayoutManager & It's Demo App. Please check [feature vi
55Following is links to lib & demo app
66- [ Flow LayoutManager] ( flowlayoutmanager )
77- [ Demo Application] ( app )
8+
9+ Add it in your root build.gradle at the end of repositories:
10+
11+ allprojects {
12+ repositories {
13+ ...
14+ maven { url 'https://jitpack.io' }
15+ }
16+ }
17+
18+ Step 2. Add the dependency
19+
20+ dependencies {
21+ compile 'com.github.simonebortolin:FlowLayoutManager:1.3.0'
22+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
44apply plugin : ' com.jfrog.bintray'
55
66project. ext {
7- libVersion = ' 1.2.3.2 '
7+ libVersion = ' 1.3.0 '
88 libVersionCode = 7
99 libGroupId = ' com.xiaofeng.android'
1010 libArtifactId = ' flowlayoutmanager'
@@ -57,8 +57,3 @@ dependencies {
5757
5858Properties properties = new Properties ()
5959properties. load(project. rootProject. file(' local.properties' ). newDataInputStream())
60-
61-
62- task wrapper (type : Wrapper ) {
63- gradleVersion = ' 2.10'
64- }
You can’t perform that action at this time.
0 commit comments