Commit 396ebf946a5fba1c65c00535fe7b4f35f202d028

Authored by Surendar D
1 parent 9bf5cfb6
Exists in master

push 1

.idea/vcs.xml 0 → 100644
@@ -0,0 +1,6 @@ @@ -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 \ No newline at end of file 7 \ No newline at end of file
app/build.gradle
@@ -21,14 +21,14 @@ android { @@ -21,14 +21,14 @@ android {
21 productFlavors { 21 productFlavors {
22 flavorDimensions "default" 22 flavorDimensions "default"
23 sherbet { 23 sherbet {
24 - applicationId "driver.sherbetlondon" 24 + applicationId "driver.sherbet.multiflaver"
25 manifestPlaceholders = [appLabel: "Sherbet app", appIcon: "@mipmap/ic_launcher"] 25 manifestPlaceholders = [appLabel: "Sherbet app", appIcon: "@mipmap/ic_launcher"]
26 versionCode 1 26 versionCode 1
27 versionName "1.0" 27 versionName "1.0"
28 buildConfigField "String", "PRIMARYCOLOR", "\"#000000\"" 28 buildConfigField "String", "PRIMARYCOLOR", "\"#000000\""
29 } 29 }
30 excel { 30 excel {
31 - applicationId "driver.excelexcutice" 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 6 33 versionCode 6
34 versionName "1.6" 34 versionName "1.6"
app/excel/release/app-excel-release.apk
No preview for this file type