修改appkey

This commit is contained in:
litingting 2025-03-14 09:57:24 +08:00
parent 5c9c5d2259
commit 50accbeb56
2 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ android {
applicationId = "com.photo.keyboard.themes"
minSdk = 23
targetSdk = 34
versionCode = 2
versionName = "1.0.1"
versionCode = 4
versionName = "1.0.2"
setProperty("archivesBaseName", "Versatile keyboard_V" + versionName + "(${versionCode})_$timestamp")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -50,7 +50,7 @@ class App : Application() {
}
})
val APPId = "h67d11483b0378"
val AppKey = "23084e8212c21ca5c4f233985e945e0c"
val AppKey = "a93991341a41d40221ddada4c4675e7d2"
ATSDK.init(this, APPId, AppKey)
AdManager.loadAllAd()
//测试工具