diff --git a/1xhuat/build.gradle b/1xhuat/build.gradle index c1d016e..e5b61c3 100644 --- a/1xhuat/build.gradle +++ b/1xhuat/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "1xhuatdsigiudsogdfghdfghdf" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/1xsgd/build.gradle b/1xsgd/build.gradle index 69965e9..8d21246 100644 --- a/1xsgd/build.gradle +++ b/1xsgd/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "1xsgdsdgsdlgfsdgdflgdfh" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/README.md b/README.md index dd2ec08..4be76af 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/base_noupdata/src/main/res/xml/app_updater_paths.xml b/base_noupdata/src/main/res/xml/app_updater_paths.xml deleted file mode 100644 index 1254450..0000000 --- a/base_noupdata/src/main/res/xml/app_updater_paths.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/base_noupdata/src/main/res/xml/provider_paths.xml b/base_noupdata/src/main/res/xml/provider_paths.xml deleted file mode 100644 index c9a897a..0000000 --- a/base_noupdata/src/main/res/xml/provider_paths.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 16d2c7b..1d63cd8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,4 +8,5 @@ ext { outputPath = "F:/webApp2" versionCode = 133 versionName = "v1.3.3" + namespace = "com.webclip.base" } \ No newline at end of file diff --git a/cucislot365/build.gradle b/cucislot365/build.gradle index e606973..961adf9 100644 --- a/cucislot365/build.gradle +++ b/cucislot365/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "cucislotjehtjuewrhrrregrgg" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/lorongjudi33/build.gradle b/lorongjudi33/build.gradle index a3a5747..a10f755 100644 --- a/lorongjudi33/build.gradle +++ b/lorongjudi33/build.gradle @@ -7,7 +7,7 @@ plugins { def appOutPutName = "lorongjudi33dgkdfklgjdkfljghkdf" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/powercuci/build.gradle b/powercuci/build.gradle index 17cddd7..ee0cb96 100644 --- a/powercuci/build.gradle +++ b/powercuci/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "powercucidgkjdfkjgkdfshv" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/protein/build.gradle b/protein/build.gradle index bd171c0..7799ac1 100644 --- a/protein/build.gradle +++ b/protein/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "proteinkfkkhkfghfdghgg" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/redspin8/build.gradle b/redspin8/build.gradle index f6441ab..df98f09 100644 --- a/redspin8/build.gradle +++ b/redspin8/build.gradle @@ -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 { diff --git a/redspin8/src/main/java/com/webclip/base/IndexActivity.java b/redspin8/src/main/java/com/webclip/base/IndexActivity.java index a594f71..34b4881 100644 --- a/redspin8/src/main/java/com/webclip/base/IndexActivity.java +++ b/redspin8/src/main/java/com/webclip/base/IndexActivity.java @@ -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); + } /** diff --git a/redspin8/src/main/res/mipmap-xxhdpi/start_logo.png b/redspin8/src/main/res/mipmap-xxhdpi/start_logo.png new file mode 100644 index 0000000..d72f1fc Binary files /dev/null and b/redspin8/src/main/res/mipmap-xxhdpi/start_logo.png differ diff --git a/telur33/build.gradle b/telur33/build.gradle index fd3c4d6..cab38a7 100644 --- a/telur33/build.gradle +++ b/telur33/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "jugfjkdjgkdfgdfkgdffff" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/winway/build.gradle b/winway/build.gradle index ba019e5..b521c92 100644 --- a/winway/build.gradle +++ b/winway/build.gradle @@ -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 diff --git a/winway_jisuanqi/build.gradle b/winway_jisuanqi/build.gradle index bc79451..6e0fda7 100644 --- a/winway_jisuanqi/build.gradle +++ b/winway_jisuanqi/build.gradle @@ -6,7 +6,7 @@ plugins { def appOutPutName = "winway-calculator_44" android { - namespace "com.webclip.base" + namespace rootProject.ext.namespace compileSdk 36 defaultConfig { minSdkVersion 24 diff --git a/workbuddy/build.gradle b/workbuddy/build.gradle index 017b612..663aa23 100644 --- a/workbuddy/build.gradle +++ b/workbuddy/build.gradle @@ -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