Commit 396ebf946a5fba1c65c00535fe7b4f35f202d028

Authored by Surendar D
1 parent 9bf5cfb6
Exists in master

push 1

.idea/vcs.xml 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="VcsDirectoryMappings">
  4 + <mapping directory="$PROJECT_DIR$" vcs="Git" />
  5 + </component>
  6 +</project>
0 7 \ No newline at end of file
... ...
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