android: New release after updating target SDK and fixing some compatibility issues
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
|
|
||||||
versionCode 82
|
versionCode 84
|
||||||
versionName "2.5.1"
|
versionName "2.5.2"
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
ndkBuild {
|
ndkBuild {
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# 2.5.2 #
|
||||||
|
|
||||||
|
- Ziel-SDK auf Android 14 erhöht
|
||||||
|
- Wegen eines Bugs in Android 14 ist eine zusätzliche Permission ist nötig, um von der Status-Kachel eine Verbindung im Hintergrund zu starten
|
||||||
|
- Fixt einen Crash beim Öffnen der Liste installierter Apps in neuen Profilen
|
||||||
|
|
||||||
# 2.5.1 #
|
# 2.5.1 #
|
||||||
|
|
||||||
- Fix für existierende Verknüpfungen und Automatisierung via Intents
|
- Fix für existierende Verknüpfungen und Automatisierung via Intents
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# 2.5.2 #
|
||||||
|
|
||||||
|
- Increased target SDK to Android 14
|
||||||
|
- Due to a bug in Android 14, a new permission is necessary to start a profile in the background from the status tile
|
||||||
|
- Fix crash when listing installed apps for new profiles
|
||||||
|
|
||||||
# 2.5.1 #
|
# 2.5.1 #
|
||||||
|
|
||||||
- Fix for existing shortcuts and automation via Intents
|
- Fix for existing shortcuts and automation via Intents
|
||||||
|
|||||||
Reference in New Issue
Block a user