feat: cross platform projects.

This commit is contained in:
Zhang Dian
2023-07-19 21:36:31 +08:00
parent 2fd02f264e
commit e20b1ebc22
39 changed files with 779 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Ursa.Demo" android:icon="@drawable/Icon" />
</manifest>