forked from henrichg/PhoneProfilesPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
43 lines (39 loc) · 2.05 KB
/
dependencies.gradle
File metadata and controls
43 lines (39 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// 2322 = keep checked "Use Priority event parameter"
// 2400 = start About application alarm for notification "Please donate me."
// 2500 = profile notification is required, but if is not enabled, hide it from status bar
// (default for new apps is "show")
// 2700 = not show Activator and Editor target helps
// 3200 = show target helps for shared profile toolbar item
// 3500 = added is "Confirm restart events"; removed "None", "Restart events" from rescan parameters;
// continue donation notification
// 3900 = replaced applicationEventWifiEnableWifi with applicationEventBluetoothEnableBluetooth
// and applicationEventWifiScanIfWifiOff with applicationEventBluetoothScanIfBluetoothOff
// 4000 = updated privacy policy
// 4100 = Wi-Fi AP = Toggle is not supported from Android 8+
// 4200 = show Important info on first application start
// 4400 = moved SMS/MMS and Call sensor receivers into Extender
// separated preferences for single row widget
// 4600 = support for "NOT LIKE" in calendar sensor
// 4800 = show target helps for Editor filter spinner
// removed color and dark-light theme
// 5020 = set night_mode as default
// 5082 = move Editor events filter "Running", because was added "Not stopped" filter
// 5250 = also use ApplicationPreferences.PREF_APPLICATION_EVENT_MOBILE_CELL_NOT_USED_CELLS_DETECTION_NOTIFICATION_ENABLED
// for API level >= 26
// 5300 = PPService as foreground also for android < 26
// 5400 = move night mode background color to "Use night mode"
// 5700 = removed usage of screen timeout 24 hours and permanent on
// 5900 = remove tap target helps, user can it start from Editor
// 6200 = enable notification scanning when any non-stopped event has Notification sensor
// 6700 = separated shortcut parameters from widhet icon parameters
ext.ppVersions = [
publishVersion: '5.2',
publishVersionCode: 6710,
minSdk: 24,
targetSdk: 28,
compileSdk: 31,
buildTools: '32.0.0',
appcompatXLib: '1.4.1', // 1.3.1 - must be minCompileSDK=31 for 1.4.0+
recyclerView: '1.2.1',
acra: '5.8.4'
]