Merge branch '2.13.x'

Daniel Gultsch created

Change summary

build.gradle                      | 2 +-
src/playstore/AndroidManifest.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

build.gradle 🔗

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

src/playstore/AndroidManifest.xml 🔗

@@ -3,7 +3,7 @@
 
 
     <!-- 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">