V1.0.3(4)

This commit is contained in:
litingting 2024-08-26 18:42:17 +08:00
parent 4a4e36184f
commit 769d3ae098
6 changed files with 9 additions and 9 deletions

View File

@ -14,7 +14,7 @@ android {
compileSdk = 34
defaultConfig {
applicationId = "com.key.coolkeyboard.test"
applicationId = "com.key.coolkeyboard"
minSdk = 23
targetSdk = 34
versionCode = 4

View File

@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:121856077377:android:4af5d308b9b1e5cb40a0c0",
"android_client_info": {
"package_name": "com.key.coolkeyboard.test"
"package_name": "com.key.coolkeyboard"
}
},
"oauth_client": [],

View File

@ -11,9 +11,9 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.0.1",
"outputFile": "coolkeyboard_v1.0.1(2)_07_26_15_20-release.apk"
"versionCode": 4,
"versionName": "1.0.3",
"outputFile": "coolkeyboard_v1.0.3(4)_08_26_18_33-release.apk"
}
],
"elementType": "File"

View File

@ -32,7 +32,7 @@ public class SplashActivity extends AppCompatActivity {
private List<ATInterstitial> ads;
private boolean isAlreadyShow = false;
private long totaltime = 1000L;
private long totaltime = 12000L;
@SuppressLint("MissingInflatedId")
@Override

View File

@ -74,7 +74,7 @@ object AdManager {
}
})
// ad.load()
ad.load()
}
}
@ -151,7 +151,7 @@ object AdManager {
override fun onInterstitialAdShow(p0: ATAdInfo?) {
Log.d(CoolKeyboardSkin.TAG, "AdShow ${p0?.showId} ")
listener.showSuccess()
// ad.load()
ad.load()
}
override fun onInterstitialAdClose(p0: ATAdInfo?) {

View File

@ -32,7 +32,7 @@
<string name="step2">Step 2:Enabled</string>
<string name="text_hint">For normal use, please enter the setting to complete the setting steps.</string>
<string name="main_banner_title">Start using Wallpaper Keyboard !</string>
<string name="versionnumver_text">Version 1.0.2</string>
<string name="versionnumver_text">Version 1.0.3</string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="privacy_url">https://sites.google.com/view/cool-keyboard---theme-skin</string>