V1.0.2(3)更正广告Id
This commit is contained in:
parent
bab05c427e
commit
554747464a
@ -23,8 +23,8 @@ android {
|
|||||||
applicationId = "com.keyboard.themes.key"
|
applicationId = "com.keyboard.themes.key"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 2
|
versionCode = 3
|
||||||
versionName = "1.0.1"
|
versionName = "1.0.2"
|
||||||
setProperty(
|
setProperty(
|
||||||
"archivesBaseName",
|
"archivesBaseName",
|
||||||
"Keyboard Themes_V" + versionName + "(${versionCode})_$timestamp"
|
"Keyboard Themes_V" + versionName + "(${versionCode})_$timestamp"
|
||||||
|
|||||||
@ -26,17 +26,17 @@ public class AdManager {
|
|||||||
private static final int type_show_fail = 4;
|
private static final int type_show_fail = 4;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Pretty_inter_3
|
Keyboard_Inst_3
|
||||||
n6747e0402540d
|
n67bb2835d1bdf
|
||||||
Pretty_inter_2
|
Keyboard_Inst_2
|
||||||
n6747e03fc8133
|
n67bb2835a3ef6
|
||||||
Pretty_inter_1
|
Keyboard_Inst_1
|
||||||
n6747e03f75505
|
n67bb283576296
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private static final String place1Id = "n6747e0402540d";
|
private static final String place1Id = "n67bb2835d1bdf";
|
||||||
private static final String place2Id = "n6747e03fc8133";
|
private static final String place2Id = "n67bb2835a3ef6";
|
||||||
private static final String place3Id = "n6747e03f75505";
|
private static final String place3Id = "n67bb283576296";
|
||||||
|
|
||||||
|
|
||||||
private static boolean place1LoadFail = false;
|
private static boolean place1LoadFail = false;
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<string name="recommended">recommendation</string>
|
<string name="recommended">recommendation</string>
|
||||||
|
|
||||||
<string name="open_str">Activate Bubble Keyboard to enable more functions!</string>
|
<string name="open_str">Activate Keyboard Themes to enable more functions!</string>
|
||||||
<string name="step_1">Step 1:Select</string>
|
<string name="step_1">Step 1:Select</string>
|
||||||
<string name="step_2">Step 2:Enable</string>
|
<string name="step_2">Step 2:Enable</string>
|
||||||
<string name="theme_application_successful">Theme application successful</string>
|
<string name="theme_application_successful">Theme application successful</string>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user