1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 22:55:37 +00:00

Fix notifications not being shown on modern Androids (#221)

* Add notification channels support

* Update Travis CI config
This commit is contained in:
Dmitriy Bogdanov
2025-01-23 18:47:17 +01:00
committed by GitHub
parent 5ea03be8d6
commit 7d677a9fe2
8 changed files with 134 additions and 42 deletions
+3 -3
View File
@@ -12,15 +12,15 @@ jdk:
- oraclejdk8
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-28"
android:
components:
- tools
- platform-tools
- extra
- build-tools-27.0.3
- android-27
- build-tools-28.0.3
- android-28
licenses:
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'