Browse Source

Remove uses-sdk from AndroidMasnifest.xml (specified by gradle).

master
Reece H. Dunn 11 years ago
parent
commit
aabf4602ca
2 changed files with 0 additions and 6 deletions
  1. 0
    4
      android/AndroidManifest.xml
  2. 0
    2
      android/eSpeakTests/AndroidManifest.xml

+ 0
- 4
android/AndroidManifest.xml View File

@@ -8,10 +8,6 @@
android:name="android.hardware.touchscreen"
android:required="false" />

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />

<application
android:icon="@drawable/icon"
android:label="@string/app_name" >

+ 0
- 2
android/eSpeakTests/AndroidManifest.xml View File

@@ -4,8 +4,6 @@
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="8" />

<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.reecedunn.espeak" />

Loading…
Cancel
Save