File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,20 +28,10 @@ buildscript {
2828allprojects {
2929 repositories {
3030 jcenter()
31- maven {url ' https://dl.bintray.com/lwjfork/maven/' }
32- }
33- }
34- tasks. withType(Javadoc ) {
35- options. addStringOption(' Xdoclint:none' , ' -quiet' )
36- options. addStringOption(' encoding' , ' UTF-8' )
37- options. addStringOption(' charSet ' , ' UTF-8' )
38- options{
39- encoding " UTF-8"
40- charSet ' UTF-8'
41- links " http://docs.oracle.com/javase/7/docs/api"
4231 }
4332}
4433
34+
4535ext {
4636 compileSdkVersion = 28
4737 buildToolsVersion = " 26.0.2"
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ rootProject.ext.PROJ_VCSURL = "https://github.com/lwjfork/CodeEditText.git"
6262rootProject. ext. PROJ_DESCRIPTION = " Password Verify Code"
6363// 这里改成库的标示 , 比如appcompat - v7
6464rootProject. ext. PROJ_ARTIFACTID = " CodeEditText"
65-
65+ // 发布时必须有值,建议写到 local.properties 里
66+ rootProject. ext. BINTRAY_APIKEY = " " //
6667
6768
6869apply from : " https://raw.githubusercontent.com/lwjfork/scriptlib/master/gradle/bintray.gradle"
You can’t perform that action at this time.
0 commit comments