Skip to content

Commit

Permalink
Remove push notifications server
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Oct 30, 2024
1 parent 1b17dc9 commit 46e2493
Show file tree
Hide file tree
Showing 33 changed files with 126 additions and 1,479 deletions.
11 changes: 1 addition & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.jetbrainsKotlinAndroid)
alias(libs.plugins.gradle.ktlint) version(libs.versions.ktlint)
alias(libs.plugins.google.gms) version(libs.versions.gms)
alias(libs.plugins.kotlin.ksp) version(libs.versions.ksp)
alias(libs.plugins.jetbrainsComposeCompiler)
}
Expand Down Expand Up @@ -58,7 +57,6 @@ android {
'ku-rTR',
'lt-rLT',
'ne-rNP',
'night',
'nl',
'nl-rBE',
'pcm-rNG',
Expand Down Expand Up @@ -131,11 +129,8 @@ android {
flavorDimensions += "version"

productFlavors {
create("play") {
getIsDefault().set(true)
dimension = "version"
}
create("free") {
getIsDefault().set(true)
dimension = "version"
}
create("offline") {
Expand Down Expand Up @@ -241,12 +236,8 @@ dependencies {
// Biometrics
implementation libs.biometric.ktx

playImplementation platform(libs.firebase.bom)
playImplementation(libs.firebase.messaging)
freeImplementation(libs.unfiedpush)
ksp(libs.room.compiler)
implementation(libs.room.ktx)

freeImplementation(libs.okhttp)
playImplementation(libs.okhttp)
}
48 changes: 0 additions & 48 deletions app/google-services.json

This file was deleted.

13 changes: 0 additions & 13 deletions app/src/free/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@
/>
</service>

<receiver
android:exported="true"
android:enabled="true"
android:name=".service.PushMessageReceiver">
<intent-filter>
<action android:name="org.unifiedpush.android.connector.MESSAGE"/>
<action android:name="org.unifiedpush.android.connector.UNREGISTERED"/>
<action android:name="org.unifiedpush.android.connector.NEW_ENDPOINT"/>
<action android:name="org.unifiedpush.android.connector.REGISTRATION_FAILED"/>
<action android:name="org.unifiedpush.android.connector.REGISTRATION_REFUSED"/>
</intent-filter>
</receiver>

<activity
android:name=".MainActivity"
android:exported="true">
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 46e2493

Please sign in to comment.