Skip to content

Commit 370d38a

Browse files
committed
First UI realease to client
1 parent ee762dd commit 370d38a

File tree

11 files changed

+2
-1
lines changed

11 files changed

+2
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.example.basic">
3+
<uses-permission android:name="android.permission.INTERNET"/>
34
<application
4-
android:label="basic"
5+
android:label="Basic"
56
android:icon="@mipmap/ic_launcher">
67
<activity
78
android:name=".MainActivity"
159 KB
Loading
-544 Bytes
Binary file not shown.
159 KB
Loading
-442 Bytes
Binary file not shown.
159 KB
Loading
-721 Bytes
Binary file not shown.
159 KB
Loading
-1.01 KB
Binary file not shown.
159 KB
Loading

0 commit comments

Comments
 (0)