修改appkey
This commit is contained in:
parent
5c9c5d2259
commit
50accbeb56
@ -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 {
|
||||
|
||||
@ -50,7 +50,7 @@ class App : Application() {
|
||||
}
|
||||
})
|
||||
val APPId = "h67d11483b0378"
|
||||
val AppKey = "23084e8212c21ca5c4f233985e945e0c"
|
||||
val AppKey = "a93991341a41d40221ddada4c4675e7d2"
|
||||
ATSDK.init(this, APPId, AppKey)
|
||||
AdManager.loadAllAd()
|
||||
//测试工具
|
||||
|
||||
Loading…
Reference in New Issue
Block a user