Skip to content

Commit 7df751d

Browse files
Remove : AllowBackUp, SupportRtl, no more error while building for few project
1 parent 4be5ea2 commit 7df751d

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

android-networking/src/main/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,4 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="com.androidnetworking">
20-
21-
<application
22-
android:allowBackup="true"
23-
android:label="@string/app_name"
24-
android:supportsRtl="true">
25-
26-
</application>
27-
2820
</manifest>

jackson-android-networking/src/main/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,4 @@
1919

2020
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2121
package="com.jacksonandroidnetworking">
22-
23-
<application
24-
android:allowBackup="true"
25-
android:label="@string/app_name"
26-
android:supportsRtl="true">
27-
28-
</application>
29-
3022
</manifest>

rx-android-networking/src/main/AndroidManifest.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,4 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="com.rxandroidnetworking">
20-
21-
<application android:allowBackup="true" android:label="@string/app_name"
22-
android:supportsRtl="true">
23-
24-
</application>
25-
2620
</manifest>

0 commit comments

Comments
 (0)