Repository: cordova-android Updated Branches: refs/heads/master 7f9e7c73a -> 3a512c300
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/3a512c30 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/3a512c30 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/3a512c30 Branch: refs/heads/master Commit: 3a512c300e0ff70611060d626d4164ad09386c2c Parents: 7f9e7c7 Author: Joe Bowser <[email protected]> Authored: Thu Oct 20 12:25:47 2016 -0700 Committer: Joe Bowser <[email protected]> Committed: Thu Oct 20 12:25:47 2016 -0700 ---------------------------------------------------------------------- test/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/3a512c30/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]
