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 a9296eb commit 0c4fa2eCopy full SHA for 0c4fa2e
gradle/push.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
version = "0.0.3"
5
6
-def siteUrl = 'https://github.com/qinci/AndroidEdit' // 项目的主页
+def siteUrl = 'https://github.com/qinci/AndroidEdit' // 项目的主页
7
def gitUrl = 'https://github.com/qinci/AndroidEdit.git' // Git仓库的url
8
group = "ren.qinc.edit" // Maven Group ID for the artifact,
9
install {
0 commit comments