同步线上版本
This commit is contained in:
parent
50accbeb56
commit
df3e493c76
@ -17,8 +17,8 @@ android {
|
|||||||
applicationId = "com.photo.keyboard.themes"
|
applicationId = "com.photo.keyboard.themes"
|
||||||
minSdk = 23
|
minSdk = 23
|
||||||
targetSdk = 34
|
targetSdk = 34
|
||||||
versionCode = 4
|
versionCode = 3
|
||||||
versionName = "1.0.2"
|
versionName = "1.0.1"
|
||||||
setProperty("archivesBaseName", "Versatile keyboard_V" + versionName + "(${versionCode})_$timestamp")
|
setProperty("archivesBaseName", "Versatile keyboard_V" + versionName + "(${versionCode})_$timestamp")
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
|
|||||||
@ -24,7 +24,6 @@ class App : Application() {
|
|||||||
font = Typeface.createFromAsset(assets, "myfont.ttf")
|
font = Typeface.createFromAsset(assets, "myfont.ttf")
|
||||||
com.photo.keyboard.themes.manager.DbManager.init(this)
|
com.photo.keyboard.themes.manager.DbManager.init(this)
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
@ -50,7 +49,7 @@ class App : Application() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
val APPId = "h67d11483b0378"
|
val APPId = "h67d11483b0378"
|
||||||
val AppKey = "a93991341a41d40221ddada4c4675e7d2"
|
val AppKey = "23084e8212c21ca5c4f233985e945e0c"
|
||||||
ATSDK.init(this, APPId, AppKey)
|
ATSDK.init(this, APPId, AppKey)
|
||||||
AdManager.loadAllAd()
|
AdManager.loadAllAd()
|
||||||
//测试工具
|
//测试工具
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user