Skip to content

Commit

Permalink
Enable rtl support
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Aug 7, 2024
1 parent f0111cd commit 51227a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@
android:forceQueryable="true"
android:fullBackupOnly="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/gms_app_name"
android:multiArch="true"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:targetApi="r">

Expand Down

0 comments on commit 51227a8

Please sign in to comment.