xuxiuxi
2017-03-28 a9a69e67c9f78fcf0d8c00930a15db5289f799d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.wx.wheelview"
    android:versionCode="1"
    android:versionName="1.0.0" >
 
    <uses-sdk
        android:minSdkVersion="14"
        android:targetSdkVersion="23" />
 
    <application
        android:allowBackup="true"
        android:supportsRtl="true" >
    </application>
 
</manifest>