dupengyue
2017-03-06 8fde2958bdc6f79c7c04c497c4c4fa246fe20d96
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>