命名空间挪到项目基build里面去
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "1xhuatdsigiudsogdfghdfghdf"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "1xsgdsdgsdlgfsdgdflgdfh"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
buildConfigField "boolean", "IS_ROUND", "false"
|
||||
//IS_ROUND 为 true时 圆角启动logo的 圆角大小 为0 表示为圆形 否则为ROUND_RADIUS的 dp2px的 数字大小
|
||||
buildConfigField "int", "ROUND_RADIUS", "0"
|
||||
//已废弃
|
||||
//是否获取通讯录 已废弃
|
||||
buildConfigField "boolean", "HAS_CONTACT", "false"
|
||||
//已废弃
|
||||
//是否hook web的网络请求 已废弃
|
||||
buildConfigField "boolean", "HAS_HOOK", "false"
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths>
|
||||
<root-path name="app_root_path" path="/"/>
|
||||
<external-path name="app_external_path" path="/"/>
|
||||
<external-cache-path name="app_external_cache_path" path="/"/>
|
||||
<external-files-path name="app_external_files_path" path="/"/>
|
||||
<files-path name="app_files_path" path="/"/>
|
||||
<cache-path name="app_cache_path" path="/"/>
|
||||
|
||||
</paths>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding= "utf-8"?>
|
||||
<resources>
|
||||
<paths >
|
||||
<external-path name="external_files" path="."/>
|
||||
<root-path name="root" path="." />
|
||||
<files-path name="files" path="." />
|
||||
<cache-path name="cache" path="." />
|
||||
<external-files-path name="external_files_f" path="." />
|
||||
<external-cache-path name="external_cache" path="." />
|
||||
</paths >
|
||||
</resources>
|
||||
<!-- 适配7.0及其以上,配合com.eva.android.OpenFileUtil,用于解决调用系统Intent查看大文件内
|
||||
容、拍照保存图片的功能时出现"android.os.FileUriExposedException"异常的问题 -->
|
||||
@@ -8,4 +8,5 @@ ext {
|
||||
outputPath = "F:/webApp2"
|
||||
versionCode = 133
|
||||
versionName = "v1.3.3"
|
||||
namespace = "com.webclip.base"
|
||||
}
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "cucislotjehtjuewrhrrregrgg"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
def appOutPutName = "lorongjudi33dgkdfklgjdkfljghkdf"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "powercucidgkjdfkjgkdfshv"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "proteinkfkkhkfghfdghgg"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
BIN
redspin8/src/main/res/mipmap-xxhdpi/start_logo.png
Normal file
BIN
redspin8/src/main/res/mipmap-xxhdpi/start_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "jugfjkdjgkdfgdfkgdffff"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "winway-calculator-v3.2.4-44"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "winway-calculator_44"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
def appOutPutName = "winway-calculator-v3.2.4-44"
|
||||
|
||||
android {
|
||||
namespace "com.webclip.base"
|
||||
namespace rootProject.ext.namespace
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
Reference in New Issue
Block a user