同步PD修复内容:
[修复首页English分类下,下拉刷新没有数据问题] 同步PD打包脚本
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply from: "../package_config.gradle"
|
||||
|
||||
android {
|
||||
namespace "com.yunbao.swfaceunity"
|
||||
@@ -46,6 +47,7 @@ dependencies {
|
||||
|
||||
// Because the components are created only during the afterEvaluate phase, you must
|
||||
// configure your publications using the afterEvaluate() lifecycle method.
|
||||
/*
|
||||
afterEvaluate {
|
||||
publishing {
|
||||
publications {
|
||||
@@ -78,4 +80,4 @@ afterEvaluate {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user