#
whycq
2024-07-22 a194d834bab62b3d8f9db6d21f297e630ce7be75
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.hanyin_plugin"
    android:versionCode="1"
    android:versionName="1.0.4" >
 
    <uses-sdk
        android:minSdkVersion="19"
        android:targetSdkVersion="31" />
 
</manifest>