app/build.gradle | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/AndroidManifest.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/mipmap-hdpi/ic_launcher.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/mipmap-mdpi/ic_launcher.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/mipmap-xhdpi/ic_launcher.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/mipmap-xxhdpi/ic_launcher.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/mipmap-xxxhdpi/ic_launcher.png | 补丁 | 查看 | 原始文档 | blame | 历史 | |
app/src/main/res/values/strings.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
key/bjkey.jks | 补丁 | 查看 | 原始文档 | blame | 历史 | |
key/key.jks | 补丁 | 查看 | 原始文档 | blame | 历史 | |
key/key.jks.ori | 补丁 | 查看 | 原始文档 | blame | 历史 |
app/build.gradle
@@ -16,6 +16,20 @@ proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } signingConfigs { release { storeFile file("../key/key.jks") storePassword '123456' keyAlias 'key0' keyPassword '123456' } debug { storeFile file("../key/key.jks") storePassword '123456' keyAlias 'key0' keyPassword '123456' } } } dependencies { app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:sharedUserId="android.uid.system" package="safeluck.drive.evaluation"> <uses-permission android:name="android.permission.CAMERA" /> app/src/main/res/mipmap-hdpi/ic_launcher.pngapp/src/main/res/mipmap-mdpi/ic_launcher.pngapp/src/main/res/mipmap-xhdpi/ic_launcher.pngapp/src/main/res/mipmap-xxhdpi/ic_launcher.pngapp/src/main/res/mipmap-xxxhdpi/ic_launcher.pngapp/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@ <resources> <string name="app_name">My Application</string> <string name="app_name">驾考</string> <string name="exit">退出系统</string> <string name="setting">系统设置</string> <string name="vehicle_train">单机训练</string> key/bjkey.jksBinary files differ
key/key.jksBinary files differ
key/key.jks.oriBinary files differ