同步PD修复内容:

[修复首页English分类下,下拉刷新没有数据问题]
同步PD打包脚本
This commit is contained in:
2024-06-20 18:04:54 +08:00
parent 0ff76e1e47
commit de8d5d78ff
18 changed files with 161 additions and 44 deletions

View File

@@ -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 {
}
}
}
}
}*/