diff --git a/Examples/restcomm-olympus/app/app.iml b/Examples/restcomm-olympus/app/app.iml
index a13d48cb..a2d1b0da 100644
--- a/Examples/restcomm-olympus/app/app.iml
+++ b/Examples/restcomm-olympus/app/app.iml
@@ -8,104 +8,83 @@
-
-
-
+
+
+
- generatePremiumDebugSources
+ generateCommunityReleaseSources
-
+
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -141,8 +120,6 @@
-
-
@@ -154,9 +131,6 @@
-
-
-
@@ -164,44 +138,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -210,7 +171,6 @@
-
diff --git a/Examples/restcomm-olympus/app/build.gradle b/Examples/restcomm-olympus/app/build.gradle
index 1d8c0935..d52af8b2 100644
--- a/Examples/restcomm-olympus/app/build.gradle
+++ b/Examples/restcomm-olympus/app/build.gradle
@@ -67,6 +67,7 @@ android {
// Not specifying applicationIdSuffix since release uses the default applicationId: org.restcomm.android.olympus
buildConfigField "boolean", "ENABLE_TEST_FAIRY_RUNTIME", "true"
buildConfigField "String", "TESTFAIRY_APP_TOKEN", TESTFAIRY_APP_TOKEN
+ buildConfigField "String", "TEST_PUSH_FCM_KEY", TEST_PUSH_FCM_KEY
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
diff --git a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-hdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-hdpi/ic_launcher_final.png
index 26ca2c06..b170d79c 100644
Binary files a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-hdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-hdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-mdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-mdpi/ic_launcher_final.png
index 277f5898..9f46ac47 100644
Binary files a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-mdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-mdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xhdpi/ic_launcher_final.png
index cfe489f7..b52b96d5 100644
Binary files a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xhdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxhdpi/ic_launcher_final.png
index 732173d6..2e24f808 100644
Binary files a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxhdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxxhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxxhdpi/ic_launcher_final.png
index 186671df..e4e0147a 100755
Binary files a/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxxhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityDebug/res/mipmap-xxxhdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-hdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-hdpi/ic_launcher_final.png
index 7fa8878a..0fe04a49 100644
Binary files a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-hdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-hdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-mdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-mdpi/ic_launcher_final.png
index bcfdda2c..43210653 100644
Binary files a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-mdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-mdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xhdpi/ic_launcher_final.png
index da1bc094..40ceb1cc 100644
Binary files a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xhdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxhdpi/ic_launcher_final.png
index a7657755..4ce0ed5b 100644
Binary files a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxhdpi/ic_launcher_final.png differ
diff --git a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxxhdpi/ic_launcher_final.png b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxxhdpi/ic_launcher_final.png
index 4a1e5ab3..95a8c42d 100755
Binary files a/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxxhdpi/ic_launcher_final.png and b/Examples/restcomm-olympus/app/src/communityRelease/res/mipmap-xxxhdpi/ic_launcher_final.png differ