We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250e0d commit 094cea3Copy full SHA for 094cea3
FlowLayoutExample/build.gradle
@@ -34,5 +34,6 @@ android {
34
}
35
36
dependencies {
37
- compile "com.wefika:flowlayout:0.3.1-SNAPSHOT"
+ compile 'com.wefika:flowlayout:0.3.2-SNAPSHOT'
38
+// compile project(':FlowLayout')
39
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=0.3.1-SNAPSHOT
21
-VERSION_CODE=4
+VERSION_NAME=0.3.2
+VERSION_CODE=5
22
GROUP=com.wefika
23
24
POM_DESCRIPTION=Android implementation of FlowLayout.
0 commit comments