File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737}
3838
3939// 这里改成groupId , 比如com.android.support
40- rootProject. ext. PROJ_GROUP = " com.lwj.fork "
40+ rootProject. ext. PROJ_GROUP = " com.github.lwjfork "
4141// 这里改成开发者id , 比如
4242rootProject. ext. DEVELOPER_ID = " lwjfork"
4343// 这里改成开发者名字 , 比如android
@@ -47,7 +47,7 @@ rootProject.ext.DEVELOPER_EMAIL = "lwjfork@gmail.com"
4747// 用户名
4848rootProject. ext. BINTRAY_USER = " lwjfork"
4949// 这里改成库版本 , 比如22.2.0
50- rootProject. ext. PROJ_VERSION = " 1.0.2 "
50+ rootProject. ext. PROJ_VERSION = " 1.0.3 "
5151// 这里改成库名字 , 比如appcompat
5252rootProject. ext. PROJ_NAME = " CodeEditText"
5353// 这里改成github地址 , 比如https:github.com/android/appcompat
@@ -63,7 +63,7 @@ rootProject.ext.PROJ_DESCRIPTION = "Password Verify Code"
6363// 这里改成库的标示 , 比如appcompat - v7
6464rootProject. ext. PROJ_ARTIFACTID = " CodeEditText"
6565// 发布时必须有值,建议写到 local.properties 里
66- rootProject. ext. BINTRAY_APIKEY = " " //
66+ // rootProject.ext.BINTRAY_APIKEY = "" //
6767
6868
6969apply from : " https://raw.githubusercontent.com/lwjfork/scriptlib/master/gradle/bintray.gradle"
You can’t perform that action at this time.
0 commit comments