diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index dda0ea8e..15f29696 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -21,6 +21,7 @@ android {
buildTypes {
debug {
isMinifyEnabled = false
+ applicationIdSuffix = ".debug"
}
create("macrobenchmark") {
signingConfig = signingConfigs.getByName("debug")
diff --git a/app/google-services.json b/app/google-services.json
index 61bcbfff..315bc13a 100644
--- a/app/google-services.json
+++ b/app/google-services.json
@@ -23,6 +23,25 @@
"other_platform_oauth_client": []
}
}
+ },
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:440806922710:android:a30cb963b5286fce6dec77",
+ "android_client_info": {
+ "package_name": "com.naveenapps.expensemanager.debug"
+ }
+ },
+ "oauth_client": [],
+ "api_key": [
+ {
+ "current_key": "AIzaSyBQwjhw3F-yRAtEfQdZrnLcPvRx4IQaY4c"
+ }
+ ],
+ "services": {
+ "appinvite_service": {
+ "other_platform_oauth_client": []
+ }
+ }
}
],
"configuration_version": "1"
diff --git a/app/src/main/res/values/color.xml b/app/src/main/res/values/color.xml
index f5824160..f4f1b051 100644
--- a/app/src/main/res/values/color.xml
+++ b/app/src/main/res/values/color.xml
@@ -3,8 +3,6 @@
@android:color/white
#F44336
- #FFFFFF
-
#43A546
#CDDC39
#FF9800
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index d14561a5..71d1c985 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -9,6 +9,7 @@
diff --git a/core/common/src/debug/ic_launcher-playstore.png b/core/common/src/debug/ic_launcher-playstore.png
new file mode 100644
index 00000000..10a6448f
Binary files /dev/null and b/core/common/src/debug/ic_launcher-playstore.png differ
diff --git a/core/common/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/core/common/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
similarity index 100%
rename from core/common/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
rename to core/common/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml
diff --git a/core/common/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/common/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..036d09bc
--- /dev/null
+++ b/core/common/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/core/common/src/debug/res/mipmap-hdpi/ic_launcher.webp b/core/common/src/debug/res/mipmap-hdpi/ic_launcher.webp
new file mode 100644
index 00000000..3b648790
Binary files /dev/null and b/core/common/src/debug/res/mipmap-hdpi/ic_launcher.webp differ
diff --git a/core/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/core/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp
new file mode 100644
index 00000000..bd19bf0d
Binary files /dev/null and b/core/common/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp differ
diff --git a/core/common/src/debug/res/mipmap-hdpi/ic_launcher_round.webp b/core/common/src/debug/res/mipmap-hdpi/ic_launcher_round.webp
new file mode 100644
index 00000000..83d55412
Binary files /dev/null and b/core/common/src/debug/res/mipmap-hdpi/ic_launcher_round.webp differ
diff --git a/core/common/src/debug/res/mipmap-mdpi/ic_launcher.webp b/core/common/src/debug/res/mipmap-mdpi/ic_launcher.webp
new file mode 100644
index 00000000..958d7224
Binary files /dev/null and b/core/common/src/debug/res/mipmap-mdpi/ic_launcher.webp differ
diff --git a/core/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/core/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp
new file mode 100644
index 00000000..5d973982
Binary files /dev/null and b/core/common/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp differ
diff --git a/core/common/src/debug/res/mipmap-mdpi/ic_launcher_round.webp b/core/common/src/debug/res/mipmap-mdpi/ic_launcher_round.webp
new file mode 100644
index 00000000..58814ebd
Binary files /dev/null and b/core/common/src/debug/res/mipmap-mdpi/ic_launcher_round.webp differ
diff --git a/core/common/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher.webp
new file mode 100644
index 00000000..01597d05
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher.webp differ
diff --git a/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp
new file mode 100644
index 00000000..8c08e053
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp differ
diff --git a/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp
new file mode 100644
index 00000000..5b1e0995
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher.webp
new file mode 100644
index 00000000..146262a8
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp
new file mode 100644
index 00000000..0c3fb33f
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp
new file mode 100644
index 00000000..38e6b516
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp
new file mode 100644
index 00000000..5542a0c9
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
new file mode 100644
index 00000000..f2c989ea
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ
diff --git a/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp
new file mode 100644
index 00000000..49113884
Binary files /dev/null and b/core/common/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp differ
diff --git a/core/common/src/debug/res/values/color.xml b/core/common/src/debug/res/values/color.xml
new file mode 100644
index 00000000..55b08d6c
--- /dev/null
+++ b/core/common/src/debug/res/values/color.xml
@@ -0,0 +1,4 @@
+
+
+ #DC3D3D
+
\ No newline at end of file
diff --git a/core/common/src/main/res/values/colors.xml b/core/common/src/main/res/values/colors.xml
index 39ed25bf..caa39f7b 100644
--- a/core/common/src/main/res/values/colors.xml
+++ b/core/common/src/main/res/values/colors.xml
@@ -3,8 +3,6 @@
@android:color/white
#F44336
- #FFFFFF
-
#43A546
#CDDC39
#FF9800
diff --git a/core/common/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/common/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
similarity index 100%
rename from core/common/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
rename to core/common/src/release/res/mipmap-anydpi-v26/ic_launcher.xml
diff --git a/core/common/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml b/core/common/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..c9ad5f98
--- /dev/null
+++ b/core/common/src/release/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/core/common/src/main/res/mipmap-hdpi/ic_launcher.webp b/core/common/src/release/res/mipmap-hdpi/ic_launcher.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-hdpi/ic_launcher.webp
rename to core/common/src/release/res/mipmap-hdpi/ic_launcher.webp
diff --git a/core/common/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/core/common/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp
rename to core/common/src/release/res/mipmap-hdpi/ic_launcher_foreground.webp
diff --git a/core/common/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/core/common/src/release/res/mipmap-hdpi/ic_launcher_round.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-hdpi/ic_launcher_round.webp
rename to core/common/src/release/res/mipmap-hdpi/ic_launcher_round.webp
diff --git a/core/common/src/main/res/mipmap-mdpi/ic_launcher.webp b/core/common/src/release/res/mipmap-mdpi/ic_launcher.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-mdpi/ic_launcher.webp
rename to core/common/src/release/res/mipmap-mdpi/ic_launcher.webp
diff --git a/core/common/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/core/common/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp
rename to core/common/src/release/res/mipmap-mdpi/ic_launcher_foreground.webp
diff --git a/core/common/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/core/common/src/release/res/mipmap-mdpi/ic_launcher_round.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-mdpi/ic_launcher_round.webp
rename to core/common/src/release/res/mipmap-mdpi/ic_launcher_round.webp
diff --git a/core/common/src/main/res/mipmap-xhdpi/ic_launcher.webp b/core/common/src/release/res/mipmap-xhdpi/ic_launcher.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xhdpi/ic_launcher.webp
rename to core/common/src/release/res/mipmap-xhdpi/ic_launcher.webp
diff --git a/core/common/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/core/common/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp
rename to core/common/src/release/res/mipmap-xhdpi/ic_launcher_foreground.webp
diff --git a/core/common/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/core/common/src/release/res/mipmap-xhdpi/ic_launcher_round.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xhdpi/ic_launcher_round.webp
rename to core/common/src/release/res/mipmap-xhdpi/ic_launcher_round.webp
diff --git a/core/common/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/core/common/src/release/res/mipmap-xxhdpi/ic_launcher.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxhdpi/ic_launcher.webp
rename to core/common/src/release/res/mipmap-xxhdpi/ic_launcher.webp
diff --git a/core/common/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/core/common/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp
rename to core/common/src/release/res/mipmap-xxhdpi/ic_launcher_foreground.webp
diff --git a/core/common/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/core/common/src/release/res/mipmap-xxhdpi/ic_launcher_round.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp
rename to core/common/src/release/res/mipmap-xxhdpi/ic_launcher_round.webp
diff --git a/core/common/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/core/common/src/release/res/mipmap-xxxhdpi/ic_launcher.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxxhdpi/ic_launcher.webp
rename to core/common/src/release/res/mipmap-xxxhdpi/ic_launcher.webp
diff --git a/core/common/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/core/common/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
rename to core/common/src/release/res/mipmap-xxxhdpi/ic_launcher_foreground.webp
diff --git a/core/common/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/core/common/src/release/res/mipmap-xxxhdpi/ic_launcher_round.webp
similarity index 100%
rename from core/common/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp
rename to core/common/src/release/res/mipmap-xxxhdpi/ic_launcher_round.webp
diff --git a/core/common/src/release/res/values/color.xml b/core/common/src/release/res/values/color.xml
new file mode 100644
index 00000000..c5d5899f
--- /dev/null
+++ b/core/common/src/release/res/values/color.xml
@@ -0,0 +1,4 @@
+
+
+ #FFFFFF
+
\ No newline at end of file