Skip to content

Commit 094cea3

Browse files
committed
Increased version to 0.3.2
1 parent e250e0d commit 094cea3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

FlowLayoutExample/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,6 @@ android {
3434
}
3535

3636
dependencies {
37-
compile "com.wefika:flowlayout:0.3.1-SNAPSHOT"
37+
compile 'com.wefika:flowlayout:0.3.2-SNAPSHOT'
38+
// compile project(':FlowLayout')
3839
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.3.1-SNAPSHOT
21-
VERSION_CODE=4
20+
VERSION_NAME=0.3.2
21+
VERSION_CODE=5
2222
GROUP=com.wefika
2323

2424
POM_DESCRIPTION=Android implementation of FlowLayout.

0 commit comments

Comments
 (0)