We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213ce6c commit 1b24976Copy full SHA for 1b24976
1 file changed
basetoolslibrary/github_package_publish_usage.gradle
@@ -3,7 +3,7 @@ apply from: 'https://gist.githubusercontent.com/VeiZhang/aebbbd6d9d570dffac81eea
3
/**发布到GitHub Packages仓库**/
4
def LIB_GROUP_ID = 'com.excellence'
5
def LIB_ARTIFACT_ID = 'basetools'
6
-def LIB_VERSION = '1.3.1'
+def LIB_VERSION = '1.3.1-RC1'
7
def LIB_DESC = 'Android通用适配器和常用的工具类'
8
def LIB_URL = 'https://github.com/VeiZhang/BaseToolsLibrary'
9
0 commit comments