Commit cf5195b1 authored by wanglei's avatar wanglei

替换域名和秘钥

parent f219ed5e
...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec ...@@ -8,7 +8,7 @@ import javax.crypto.spec.SecretKeySpec
object AESHelper { object AESHelper {
private const val aesKey = "nbutdub5lsfdkitt" private const val aesKey = "bgp8skv94x8r420k"
private val cipher by lazy { private val cipher by lazy {
Cipher.getInstance("AES/GCM/NoPadding") Cipher.getInstance("AES/GCM/NoPadding")
......
...@@ -12,8 +12,8 @@ object ConfigHelper { ...@@ -12,8 +12,8 @@ object ConfigHelper {
// 域名 // 域名
const val eventUrl = "https://rp.cansole764cansole.xyz" const val eventUrl = "https://rp.denisjodion560.xyz"
const val apiUrl = "https://api.cansole764cansole.xyz" const val apiUrl = "https://api.denisjodion560.xyz"
// admob广告id // admob广告id
const val openAdmobId = "/6499/example/app-open" const val openAdmobId = "/6499/example/app-open"
...@@ -21,7 +21,7 @@ object ConfigHelper { ...@@ -21,7 +21,7 @@ object ConfigHelper {
const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110" const val nativeAdmobId = "ca-app-pub-3940256099942544/2247696110"
// 正式包名 // 正式包名
const val packageName = "com.kk.cleanmaster.file.cleanmaster.master" const val packageName = "com.kktq.superfilemanager.cba"
val noLoadingActivities = listOf( val noLoadingActivities = listOf(
"full", // 过滤全屏广告 "full", // 过滤全屏广告
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment