添加类库模块,便于调试类库编译配置。

This commit is contained in:
2026-05-09 21:17:23 +08:00
parent 4bec8c3e9e
commit bc9bd47daa
17 changed files with 120 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.winboll.studio.libwinboll" >
<application>
<activity
android:name=".LibraryActivity"
android:label="@string/lib_name" >
</activity>
</application>
</manifest>