aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-04-24 14:04:57 +0200
committerRaindropsSys <contact@minteck.org>2023-04-24 14:04:57 +0200
commit1b7a303575a325a5ad3559621ef94ab421c67184 (patch)
tree78b6814e1fad8e49544d31ac9a610190fe3e3cc7
parent1110c95b7d35df130aa6f14a2e4d53fa0bf892fb (diff)
downloadponypush-1b7a303575a325a5ad3559621ef94ab421c67184.tar.gz
ponypush-1b7a303575a325a5ad3559621ef94ab421c67184.tar.bz2
ponypush-1b7a303575a325a5ad3559621ef94ab421c67184.zip
Updated 2 files (automated)
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/AndroidManifest.xml12
2 files changed, 2 insertions, 14 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 9ab711b..8eb3cd2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
minSdkVersion 27
targetSdkVersion 33
- versionCode 138
- versionName "3.1.1"
+ versionCode 139
+ versionName "3.1.2"
buildConfigField 'String', "NTFY_VERSION", '"1.16.0"'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 43cc049..8ed2092 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -109,18 +109,6 @@
</intent-filter>
</receiver>
- <!-- Broadcast receiver for UnifiedPush; must match https://github.com/UnifiedPush/UP-spec/blob/main/specifications.md -->
- <receiver
- android:name=".up.BroadcastReceiver"
- android:enabled="true"
- android:exported="true">
- <intent-filter>
- <action android:name="org.unifiedpush.android.distributor.REGISTER"/>
- <action android:name="org.unifiedpush.android.distributor.UNREGISTER"/>
- <action android:name="org.unifiedpush.android.distributor.feature.BYTES_MESSAGE"/>
- </intent-filter>
- </receiver>
-
<!-- Broadcast receiver for the "Download"/"Cancel" attachment action in the notification popup -->
<receiver
android:name=".msg.NotificationService$UserActionBroadcastReceiver"