Use legacy build (old notification sound method) for now
Notification.setSound doesn't exist until SFOS 4+ which is not yet too widespread
This commit is contained in:
parent
74717738d8
commit
cd6ee492c5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# 0 = Build for SFOS 3.4+ (use the latest Sailfish Application SDK)
|
||||
# 1 = Build for SFOS 2.2+ (use Sailfish Application SDK 1807)
|
||||
LEGACY_BUILD = 0
|
||||
# 0 = Compatible with SFOS 4.0+
|
||||
# 1 = Compatible SFOS 2.2+
|
||||
LEGACY_BUILD = 1
|
||||
|
||||
TARGET = harbour-batterybuddy-daemon
|
||||
|
||||
|
|
Loading…
Reference in a new issue