mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-28 20:02:20 -05:00
Migrate test project to Android 1.6 too
This commit is contained in:
parent
1e0a15c110
commit
3f18a678ce
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
<uses-library android:name="android.test.runner" />
|
<uses-library android:name="android.test.runner" />
|
||||||
</application>
|
</application>
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="4" />
|
||||||
<instrumentation android:targetPackage="org.yaaic" android:name="android.test.InstrumentationTestRunner" />
|
<instrumentation android:targetPackage="org.yaaic" android:name="android.test.InstrumentationTestRunner" />
|
||||||
</manifest>
|
</manifest>
|
@ -8,4 +8,4 @@
|
|||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-3
|
target=android-4
|
||||||
|
Loading…
Reference in New Issue
Block a user