Skip to content

Commit 3ce390b

Browse files
committed
Revert "Bumped versionCode to 17 and versionName to 1.6.1" because somehow I can't build anymore
This reverts commit e4a4ccb.
1 parent e4a4ccb commit 3ce390b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flowlayoutmanager/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'com.android.library'
44
apply plugin: 'com.jfrog.bintray'
55

66
project.ext {
7-
libVersion = '1.6.1'
8-
libVersionCode = 17
7+
libVersion = '1.6'
8+
libVersionCode = 16
99
libGroupId = 'com.xiaofeng.android'
1010
libArtifactId = 'flowlayoutmanager'
1111
gitUrl = 'git@github.com:xiaofeng-han/AndroidLibs.git'

0 commit comments

Comments
 (0)