AndroidManifest.xml 280 B

12345
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android">
  3. <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="23" />
  4. <application android:label="MyWeather" android:theme="@style/MyTheme"></application>
  5. </manifest>