Commit 3e08a5e25916bf5180c891bc3151d53dfb6bb87e
1 parent
967058e0
Exists in
master
push 3
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/build.gradle
| @@ -30,8 +30,8 @@ android { | @@ -30,8 +30,8 @@ android { | ||
| 30 | excel { | 30 | excel { |
| 31 | applicationId "driver.excel.multiflaver" | 31 | applicationId "driver.excel.multiflaver" |
| 32 | manifestPlaceholders = [appLabel: "Excel app", appIcon: "@mipmap/ic_launcher"] | 32 | manifestPlaceholders = [appLabel: "Excel app", appIcon: "@mipmap/ic_launcher"] |
| 33 | - versionCode 7 | ||
| 34 | - versionName "1.7" | 33 | + versionCode 8 |
| 34 | + versionName "1.8" | ||
| 35 | buildConfigField "String", "PRIMARYCOLOR", "\"#FFFFFF\"" | 35 | buildConfigField "String", "PRIMARYCOLOR", "\"#FFFFFF\"" |
| 36 | } | 36 | } |
| 37 | } | 37 | } |
app/excel/release/app-excel-release.apk
No preview for this file type
app/excel/release/output.json
| 1 | -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":7,"versionName":"1.7","enabled":true,"outputFile":"app-excel-release.apk","fullName":"excelRelease","baseName":"excel-release"},"path":"app-excel-release.apk","properties":{}}] | ||
| 2 | \ No newline at end of file | 1 | \ No newline at end of file |
| 2 | +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":8,"versionName":"1.8","enabled":true,"outputFile":"app-excel-release.apk","fullName":"excelRelease","baseName":"excel-release"},"path":"app-excel-release.apk","properties":{}}] | ||
| 3 | \ No newline at end of file | 3 | \ No newline at end of file |