mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-16 14:32:09 +08:00
14 lines
323 B
XML
14 lines
323 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="cc.winboll.studio" >
|
|
|
|
<application>
|
|
<activity
|
|
android:name=".LibraryActivity"
|
|
android:label="@string/lib_name" >
|
|
</activity>
|
|
</application>
|
|
|
|
</manifest>
|
|
|