mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 20:12:23 +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>
|
|
|