Update build.gradle

This commit is contained in:
Binary Wang 2016-12-01 10:08:50 +08:00 committed by GitHub
parent 58f823faa8
commit dd7a734e8a

View File

@ -2,7 +2,7 @@ allprojects {
apply plugin: 'maven' apply plugin: 'maven'
group = 'com.github.binarywang' group = 'com.github.binarywang'
version = '2.4.0-SNAPSHOT' version = '2.4.0'
} }
subprojects { subprojects {