revert target sdk bump
This commit is contained in:
parent
cc16811444
commit
291091dbe4
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.12.4
|
||||
|
||||
* Revert Target SDK bump (back to 32) to fix various issues on Android 13
|
||||
|
||||
### Version 2.12.3
|
||||
|
||||
* Improve support for new emojis
|
||||
|
|
|
@ -90,9 +90,9 @@ android {
|
|||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 42055
|
||||
versionName "2.12.3"
|
||||
targetSdkVersion 32
|
||||
versionCode 42056
|
||||
versionName "2.12.4"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
||||
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
|
||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.camera"
|
||||
|
|
Loading…
Reference in a new issue