Skip to content

Commit 3c9323a

Browse files
committed
Final Commit: Initial Version
1 parent 4e113b6 commit 3c9323a

36 files changed

+70
-6
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.example.myapp">
3-
<uses-permission android:name="android.permission.INTERNET"/>
3+
<uses-permission android:name="android.permission.INTERNET"/>
44
<application
5-
android:label="myapp"
5+
android:label="CoVAC"
66
android:icon="@mipmap/ic_launcher">
77
<activity
88
android:name=".MainActivity"
5.91 KB
Loading
3.52 KB
Loading
8.88 KB
Loading
22.3 KB
Loading
40.5 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
744 Bytes
Loading
337 Bytes
Loading
900 Bytes
Loading

0 commit comments

Comments
 (0)