Skip to content

Commit 5a8ccd8

Browse files
author
“Akshay
committed
google service json now has actual firebase project.
- Json file is gitignored for now - Not sure how github action will perform. - Device is receiving push notification - However, it was noticed taht test were passing even before that indicating tests written are not accurate
1 parent 8f43866 commit 5a8ccd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

integration-tests/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
plugins {
2+
id 'com.android.application'
3+
// Add the Google services Gradle plugin
4+
id 'com.google.gms.google-services'
5+
}
6+
17
apply plugin: 'com.android.application'
28
apply plugin: 'kotlin-android'
39
apply plugin: 'jacoco'

0 commit comments

Comments
 (0)