Skip to content

Commit 08342b2

Browse files
committed
Update build.gradle main class
Change-Id: I6fe508482824c5c381f6e688daa16a234a43d12d
1 parent 705ab6f commit 08342b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version '1.0'
44
apply plugin: 'java'
55

66
apply plugin: 'application'
7-
mainClassName = 'com.google.firebase.quickstart.Messenger'
7+
mainClassName = 'com.google.firebase.quickstart.Messaging'
88

99
sourceCompatibility = 1.8
1010

0 commit comments

Comments
 (0)