命名空间挪到项目基build里面去

This commit is contained in:
xuhuixiang
2026-03-16 17:47:44 +08:00
parent b6b9817d26
commit 3e9378472b
17 changed files with 17 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ plugins {
def appOutPutName = "redspin8jghdjfghjdfgjkdfgjd"
android {
namespace "com.webclip.base"
namespace rootProject.ext.namespace
compileSdk 36
defaultConfig {
minSdkVersion 24
@@ -41,6 +41,7 @@ android {
}
buildFeatures {
buildConfig = true
resValues = true
}
signingConfigs {

View File

@@ -52,8 +52,9 @@ public class IndexActivity extends MainActivity {
setBackDrawables(R.drawable.big_bg);
setImageView(BuildConfig.IS_ROUND,BuildConfig.ROUND_RADIUS);
getWindow().getDecorView().setBackgroundResource(R.drawable.big_bg);
//需要修改启动页logo在这里弄 一般启动页logo就是app_logo 没特殊要求 不要动
activityMain2Binding.showTopV1.setImageResource(R.mipmap.start_logo);
}
/**

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB