diff options
Diffstat (limited to 'libs/SwipyRefreshLayout/src/main/AndroidManifest.xml')
-rw-r--r-- | libs/SwipyRefreshLayout/src/main/AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml b/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml new file mode 100644 index 00000000..a2916954 --- /dev/null +++ b/libs/SwipyRefreshLayout/src/main/AndroidManifest.xml @@ -0,0 +1,8 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.orangegangsters.github.swipyrefreshlayout.library"> + + <application android:allowBackup="true"> + + </application> + +</manifest> |