houxiao
2017-02-22 2343a520cf46f23af868e55fb3ce842a8afe3bba
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="android.support.test.rule" >
 
    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="23" />
 
</manifest>