Commit 9546259c authored by fallenstardust's avatar fallenstardust

删除分支

parent b471423a
......@@ -21,12 +21,16 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
productFlavors {
cn {}
cn {
manifestPlaceholders=[PGYER_APPID:"dd147e8542b85a64111d98290892d8bd"]
}
en {
applicationIdSuffix ".EN"
manifestPlaceholders=[PGYER_APPID:"242ad8311ed1c943f48cfc8238d06210"]
}
ko {
applicationIdSuffix ".KO"
manifestPlaceholders=[PGYER_APPID:"8e985218b1f02bda5fa456557c886f54"]
}
}
buildTypes {
......
......@@ -209,7 +209,7 @@
android:exported="false"/>
<meta-data
android:name="PGYER_APPID"
android:value="dd147e8542b85a64111d98290892d8bd" >
android:value="${PGYER_APPID}" >
</meta-data>
</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