We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705ab6f commit 08342b2Copy full SHA for 08342b2
messaging/build.gradle
@@ -4,7 +4,7 @@ version '1.0'
4
apply plugin: 'java'
5
6
apply plugin: 'application'
7
-mainClassName = 'com.google.firebase.quickstart.Messenger'
+mainClassName = 'com.google.firebase.quickstart.Messaging'
8
9
sourceCompatibility = 1.8
10
0 commit comments