1 Star 0 Fork 12

zhjunvj/LoadingView

forked from Jenly/LoadingView 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
bintray.gradle 407 Bytes
Copy Edit Raw Blame History
jenly1314 authored 2019-08-09 17:18 +08:00 . Initial commit
apply plugin: 'com.novoda.bintray-release'
//添加
publish {
userOrg = 'jenly'//bintray.com用户名
groupId = 'com.king.view'//jcenter上的路径
artifactId = 'loadingview'//项目名称
publishVersion = app_version.versionName//版本号
desc = 'LoadingView for Android'//描述
website = 'https://github.com/jenly1314/LoadingView'//网站
licences = ['MIT']//开源协议
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Kotlin
1
https://gitee.com/android-code/LoadingView.git
git@gitee.com:android-code/LoadingView.git
android-code
LoadingView
LoadingView
master

Search