JKBaseLib/android_data/data.gradle

48 lines
1.8 KiB
Groovy
Raw Normal View History

2025-06-30 13:49:41 +08:00
ext {
base = [
//基本信息
applicationId : "com.tfq.finances.jzrcj",
versionCode : 100,
versionName : "1.0.0",
company_name : "济宁同风起网络科技有限公司",
noAD : "false",//无广告true
APP_DEBUG_PRINT : "false",//true: 打印log
need_login : "true",//临时用来判断需要登录等功能
appinfoId : "48", // 新增参数后台逻辑id
appId : "5666885",
csjId : "5666885",
csjIdSplash : "103509305",
csjIdCQP : "103508062",
csjIdFeed1 : "103507590",
csjIdFeed2 : "103507765",
csjIdFeed3 : "103507590",
csjIdReward : "103508260",
csjIdBanner : "103507868",
csjIdDraw : "103507868",
umId : "684282abbc47b67d837db577",
APP_RECORD_CODE : "鲁ICP备2023038270号-23A",
APP_RECORD_URL : "https://beian.miit.gov.cn/",
signFile : "../android_data/jzrcj.keystore",
signAlias : "key",
signPassword : "7cb2abb68a0abeb25e29a663f451b608",
appTag : "jz_",
activityCountPerPackage: 2.82,
otherCountPerPackage : 1.85,
methodCountPerClass : 1.71,
drawableCount : 1.51,
stringCount : 1.56,
]
channel = [
appName : "记账日常记",
appLogo : "@drawable/app_logo",
appKaiPing: "@drawable/app_splash",
]
}