Skip to content

Commit 26ce4fb

Browse files
authored
Merge pull request #58 from fthdgn/develop
Remove allowBackup and supportsRtl attributes from AndroidManifest
2 parents d1a3e5e + a7bb9df commit 26ce4fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.sdsmdg.kd.trianglify">
33

4-
<application android:allowBackup="true" android:label="@string/app_name"
5-
android:supportsRtl="true">
4+
<application android:label="@string/app_name">
65

76
</application>
87
</manifest>

0 commit comments

Comments
 (0)