mirror of
https://github.com/hmalik144/Udacity_project_5---ReportCardjavaclass.git
synced 2026-01-31 02:51:45 +00:00
14 lines
368 B
XML
14 lines
368 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.example.h_mal.reportcardjavaclass">
|
|
|
|
<application
|
|
android:allowBackup="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/app_name"
|
|
android:supportsRtl="true"
|
|
android:theme="@style/AppTheme">
|
|
|
|
</application>
|
|
|
|
</manifest>
|