Create AppKeys.kt

This commit is contained in:
Easy 2022-06-11 18:21:05 +08:00 committed by GitHub
parent 20697f77dd
commit d504a91dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
package com.pushdeer.os.values
object AppKeys {
const val MiPush_Id = "2882303761520124028"
const val MiPush_Key = "..."
const val WX_Id = "wx3ae07931d0555a24"
}