parent
241c70bdf8
commit
fd59c1b450
|
|
@ -4,7 +4,7 @@
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="80"
|
android:angle="90"
|
||||||
android:startColor="@color/gray_E6ECFF"
|
android:startColor="@color/gray_E6ECFF"
|
||||||
android:endColor="@color/white"
|
android:endColor="@color/white"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:state_selected="true" >
|
<item android:state_selected="true" >
|
||||||
<shape>
|
<shape>
|
||||||
<gradient android:angle="80"
|
<gradient android:angle="90"
|
||||||
android:startColor="@color/blue_9AB4FE"
|
android:startColor="@color/blue_9AB4FE"
|
||||||
android:endColor="@color/orange_FFE8CC"
|
android:endColor="@color/orange_FFE8CC"
|
||||||
/>
|
/>
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="80"
|
android:angle="90"
|
||||||
android:startColor="@color/gray_E6ECFF"
|
android:startColor="@color/gray_E6ECFF"
|
||||||
android:endColor="@color/white"
|
android:endColor="@color/white"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ android:color="#BFD5D5D5" >
|
||||||
<item>
|
<item>
|
||||||
<shape>
|
<shape>
|
||||||
<gradient
|
<gradient
|
||||||
android:angle="80"
|
android:angle="90"
|
||||||
android:startColor="@color/gray_E6ECFF"
|
android:startColor="@color/gray_E6ECFF"
|
||||||
android:endColor="@color/white"
|
android:endColor="@color/white"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
|
|
@ -66,8 +66,8 @@ subprojects {
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
//noinspection ExpiredTargetSdkVersion
|
//noinspection ExpiredTargetSdkVersion
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionName = "1.0.3.5"
|
versionName = "1.0.3.6"
|
||||||
versionCode = 1035
|
versionCode = 1036
|
||||||
resValue("string", "release_name", "v$versionName")
|
resValue("string", "release_name", "v$versionName")
|
||||||
resValue("integer", "release_code", "$versionCode")
|
resValue("integer", "release_code", "$versionCode")
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
|
|
@ -735,6 +735,26 @@ subprojects {
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
create("9690") {
|
||||||
|
isDefault = true
|
||||||
|
dimension = flavorDimensionList[0]
|
||||||
|
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||||
|
if (isApp) {
|
||||||
|
// applicationIdSuffix = ".meta"
|
||||||
|
}
|
||||||
|
buildConfigField("boolean", "is_back_cn", "false")
|
||||||
|
buildConfigField("boolean", "is_ym", "true")
|
||||||
|
buildConfigField("boolean", "is_free", "false")
|
||||||
|
buildConfigField("boolean", "is_tz", "false")
|
||||||
|
buildConfigField("String", "applicationId", "\"com.yingmao.clash\"")
|
||||||
|
buildConfigField("String", "service_url", "\"https://api.ymvpnpro.cc:8700\"")
|
||||||
|
buildConfigField("String", "productId", "\"9690\"")
|
||||||
|
manifestPlaceholders(
|
||||||
|
mapOf(
|
||||||
|
"APP_NAME" to "@string/app_name_gz", "APP_ICON" to "@mipmap/ic_yingmao_logo_9972"
|
||||||
|
)
|
||||||
|
)
|
||||||
|
}
|
||||||
// create("3307") {
|
// create("3307") {
|
||||||
// isDefault = true
|
// isDefault = true
|
||||||
// dimension = flavorDimensionList[0]
|
// dimension = flavorDimensionList[0]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue