Skip to content

Commit

Permalink
Update apply_google_services.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Airyzz committed Nov 26, 2023
1 parent de045c2 commit a08604c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions commet/scripts/apply_google_services.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ index e9ee824..c66714c 100644
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

def keystoreProperties = new Properties()
diff --git a/commet/android/app/src/main/kotlin/chat/commet/commet/FcmPushService.kt b/commet/android/app/src/main/kotlin/chat/commet/commet/FcmPushService.kt
index 0df357b..00d3e31 100644
--- a/commet/android/app/src/main/kotlin/chat/commet/commet/FcmPushService.kt
+++ b/commet/android/app/src/main/kotlin/chat/commet/commet/FcmPushService.kt
@@ -1,4 +1,4 @@
-/*
+
package chat.commet.commetapp

import com.famedly.fcm_shared_isolate.FcmSharedIsolateService
@@ -35,4 +35,3 @@ class FcmPushService : FcmSharedIsolateService() {
}
}

-*/
\ No newline at end of file
diff --git a/commet/android/build.gradle b/commet/android/build.gradle
index 7b03921..a059ce6 100644
--- a/commet/android/build.gradle
Expand Down

0 comments on commit a08604c

Please sign in to comment.