Merge branch '2.13.x'

This commit is contained in:
Daniel Gultsch 2024-03-12 19:15:34 +01:00
commit 13839401e5
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 34 targetSdkVersion 34
versionCode 42098 versionCode 42099
versionName "2.14.0-beta.2" versionName "2.14.0-beta.2"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"

View file

@ -3,7 +3,7 @@
<!-- Remove this line if Google Play Store is giving you a hard time --> <!-- Remove this line if Google Play Store is giving you a hard time -->
<uses-permission android:name="android.permission.READ_CONTACTS"/> <!-- <uses-permission android:name="android.permission.READ_CONTACTS"/> -->
<application android:icon="@mipmap/new_launcher"> <application android:icon="@mipmap/new_launcher">