Repository: cordova-android Updated Branches: refs/heads/6.0.x 33ac5c20b -> 5b4524ae1
Last minute change of test targets Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/5b4524ae Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/5b4524ae Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/5b4524ae Branch: refs/heads/6.0.x Commit: 5b4524ae12b2def494fede7fcf94722725c0799f Parents: 33ac5c2 Author: Joe Bowser <[email protected]> Authored: Thu Oct 20 12:25:47 2016 -0700 Committer: Joe Bowser <[email protected]> Committed: Thu Oct 20 12:26:10 2016 -0700 ---------------------------------------------------------------------- test/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/5b4524ae/test/AndroidManifest.xml ---------------------------------------------------------------------- diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml index 6197a9b..3507bed 100755 --- a/test/AndroidManifest.xml +++ b/test/AndroidManifest.xml @@ -45,7 +45,7 @@ <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission android:name="android.permission.BROADCAST_STICKY" /> - <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19"/> + <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24"/> <instrumentation android:name="android.test.InstrumentationTestRunner" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
