Commit 396ebf946a5fba1c65c00535fe7b4f35f202d028
1 parent
9bf5cfb6
Exists in
master
push 1
Showing
3 changed files
with
8 additions
and
2 deletions
Show diff stats
app/build.gradle
... | ... | @@ -21,14 +21,14 @@ android { |
21 | 21 | productFlavors { |
22 | 22 | flavorDimensions "default" |
23 | 23 | sherbet { |
24 | - applicationId "driver.sherbetlondon" | |
24 | + applicationId "driver.sherbet.multiflaver" | |
25 | 25 | manifestPlaceholders = [appLabel: "Sherbet app", appIcon: "@mipmap/ic_launcher"] |
26 | 26 | versionCode 1 |
27 | 27 | versionName "1.0" |
28 | 28 | buildConfigField "String", "PRIMARYCOLOR", "\"#000000\"" |
29 | 29 | } |
30 | 30 | excel { |
31 | - applicationId "driver.excelexcutice" | |
31 | + applicationId "driver.excel.multiflaver" | |
32 | 32 | manifestPlaceholders = [appLabel: "Excel app", appIcon: "@mipmap/ic_launcher"] |
33 | 33 | versionCode 6 |
34 | 34 | versionName "1.6" | ... | ... |
app/excel/release/app-excel-release.apk
No preview for this file type