Commit 9546259c authored by fallenstardust's avatar fallenstardust

删除分支

parent b471423a
...@@ -21,12 +21,16 @@ android { ...@@ -21,12 +21,16 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
productFlavors { productFlavors {
cn {} cn {
manifestPlaceholders=[PGYER_APPID:"dd147e8542b85a64111d98290892d8bd"]
}
en { en {
applicationIdSuffix ".EN" applicationIdSuffix ".EN"
manifestPlaceholders=[PGYER_APPID:"242ad8311ed1c943f48cfc8238d06210"]
} }
ko { ko {
applicationIdSuffix ".KO" applicationIdSuffix ".KO"
manifestPlaceholders=[PGYER_APPID:"8e985218b1f02bda5fa456557c886f54"]
} }
} }
buildTypes { buildTypes {
......
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
android:exported="false"/> android:exported="false"/>
<meta-data <meta-data
android:name="PGYER_APPID" android:name="PGYER_APPID"
android:value="dd147e8542b85a64111d98290892d8bd" > android:value="${PGYER_APPID}" >
</meta-data> </meta-data>
</application> </application>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment