Skip to content

Commit 2f03ca8

Browse files
ay1man4SUPERCILEX
authored andcommitted
Set android:supportsRtl="true" in manifest
It conflicts with manifest of the application that uses this library which is defaulted to true. keeping it false is making error during gradle dependencies resolving which is not easy to be discovered by newbies.
1 parent ca3362c commit 2f03ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<uses-permission android:name="android.permission.INTERNET"/>
77

88
<application
9-
android:supportsRtl="false">
9+
android:supportsRtl="true">
1010

1111
<meta-data
1212
android:name="com.google.android.gms.version"

0 commit comments

Comments
 (0)