Merge branch '2.13.x'
This commit is contained in:
commit
13839401e5
|
@ -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"
|
||||||
|
|
|
@ -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">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue