Skip to content

Instantly share code, notes, and snippets.

@vicky7230
Created June 3, 2017 19:16
Show Gist options
  • Save vicky7230/7e175cbdd773d8983329bab6c1415428 to your computer and use it in GitHub Desktop.
Save vicky7230/7e175cbdd773d8983329bab6c1415428 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest package="com.yoscholar.deliveryboy"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:name=".application.MyApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment