Roojin/persian-calendar-view

مشکل RTL

MasoudMHS opened this issue · 2 comments

Manifest merger failed : Attribute application@supportsRtl value=(false) from AndroidManifest.xml:12:9-36
is also present at [com.github.roojin:persian-calendar-view:1.2.1] AndroidManifest.xml:14:9-35 value=(true).
Suggestion: add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:10:5-31:19 to override.

### وقتی در مانیفست
Rtf
را برابر false
میذارم این ارور و میده

راه حل کاملا واضحه:
add 'tools:replace="android:supportsRtl"' to element at AndroidManifest.xml:10:5-31:19 to override.

نمونه:
‍‍‍‍‍‍‍‍‍‍
application
android:name=".BlahBlahApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="false"
android:theme="@style/AppTheme"
tools:replace="android:supportsRtl"