修改上传脚本,将从库从jcenter迁移到mavencentral
This commit is contained in:
@@ -30,6 +30,10 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
debuggable true
|
||||
minifyEnabled false //混淆
|
||||
}
|
||||
release {
|
||||
zipAlignEnabled true
|
||||
minifyEnabled true
|
||||
@@ -50,11 +54,6 @@ android {
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
// sourceSets {
|
||||
// main.kotlin.srcDirs += 'src/main/kotlin'
|
||||
// main.java.srcDirs += 'src/main/java'
|
||||
// }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
|
||||
<declare-styleable name="SvgTextView">
|
||||
<attr format="reference" name="svg_text_view_icon"/>
|
||||
<attr name="text"/>
|
||||
<attr format="reference" name="text"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user