File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ plugins {
44}
55
66android {
7+ signingConfigs {
8+ debug {
9+ storeFile file(' C:\\ Users\\ yurui\\ android_dev_keys\\ origin_key.jks' )
10+ }
11+ release {
12+ v1SigningEnabled true
13+ v2SigningEnabled true
14+ storePassword ' cmwap964538YR'
15+ keyAlias ' key0'
16+ keyPassword ' cmwap964538YR'
17+ storeFile file(' C:\\ Users\\ yurui\\ android_dev_keys\\ origin_key.jks' )
18+ }
19+ }
720 namespace ' com.yorick.cokotools'
821 compileSdk 33
922
@@ -21,6 +34,7 @@ android {
2134 minifyEnabled true
2235 shrinkResources true
2336 proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
37+ signingConfig signingConfigs. release
2438 }
2539 }
2640 compileOptions {
Original file line number Diff line number Diff line change 1+ {
2+ "version" : 3 ,
3+ "artifactType" : {
4+ "type" : " APK" ,
5+ "kind" : " Directory"
6+ },
7+ "applicationId" : " com.yorick.cokotools" ,
8+ "variantName" : " release" ,
9+ "elements" : [
10+ {
11+ "type" : " SINGLE" ,
12+ "filters" : [],
13+ "attributes" : [],
14+ "versionCode" : 2 ,
15+ "versionName" : " 2.0-penguin" ,
16+ "outputFile" : " app-release.apk"
17+ }
18+ ],
19+ "elementType" : " File"
20+ }
Original file line number Diff line number Diff line change 1313 <string name =" lock_bands_package" >com.vivo.networkstate</string >
1414 <string name =" lock_bands_activity" >com.vivo.networkstate.MainActivity</string >
1515 <string name =" show_seconds" >状态栏显秒</string >
16- <string name =" show_seconds_tips" >点击“ 状态栏” 下滑找到“时间” </string >
16+ <string name =" show_seconds_tips" >点击[ 状态栏] 下滑找到[时间] </string >
1717 <string name =" show_seconds_package" >com.android.systemui</string >
1818 <string name =" show_seconds_activity" >com.android.systemui.DemoMode</string >
1919 <string name =" max_charging" >满血充电MAX</string >
20- <string name =" max_charging_tips" >点击" 循环充电" 弹出" 记录频率设置" 点确定 插充电器 点击开始</string >
20+ <string name =" max_charging_tips" >点击[ 循环充电] 弹出[ 记录频率设置] 点确定 插充电器 点击开始</string >
2121 <string name =" max_charging_package" >com.vivo.fuelsummary</string >
2222 <string name =" max_charging_activity" >com.vivo.fuelsummary.FuelSummary</string >
2323 <string name =" show_wifi_keys" >WIFI密码查看</string >
24- <string name =" show_wifi_key_tips" >点击要查看密码的WiFi 点击“分享” 后触摸指纹传感器</string >
24+ <string name =" show_wifi_key_tips" >点击要查看密码的WiFi 点击[分享] 后触摸指纹传感器</string >
2525 <string name =" show_wifi_keys_package" >com.android.settings</string >
2626 <string name =" show_wifi_keys_activity" >com.android.settings.Settings$SavedAccessPointsSettingsActivity</string >
2727 <string name =" engineer_mode" >工厂测试EngineerMode</string >
You can’t perform that action at this time.
0 commit comments