webrtc/examples
Mirko Bonadei a5d543ce21 Set minSdkVersion to 16 for AppRTCMobile_stubbed_video_io_test_apk.
After [1], the Chromium Roll into WebRTC fails with the following error:

FAILED: gen/examples/ \
AppRTCMobile_stubbed_video_io_test_apk__apk_manifest/AndroidManifest.xml

uses-sdk:minSdkVersion 13 cannot be smaller than version 14 declared in
library [...]/android_arch_lifecycle_runtime_java/AndroidManifest.xml
as the library might be using APIs not available in 13
	Suggestion: use a compatible library with a minSdk of at most 13,
		or increase this project's minSdk version to at least 14,
		or use tools:overrideLibrary="android.arch.lifecycle" to force
        usage (may lead to runtime failures)

[1] - https://chromium-review.googlesource.com/c/chromium/src/+/1298342

Bug: None
Change-Id: I839dd9dbb346d8f40c25f6a6b93b5d5fc1c26ae9
Reviewed-on: https://webrtc-review.googlesource.com/c/108080
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25381}
2018-10-26 09:05:01 +00:00
..
aarproject Add jsr305 as a dependency to AAR. 2018-03-29 09:56:07 +00:00
androidapp Remove redundant initializers from WebRTC Java code. 2018-09-11 09:58:10 +00:00
androidjunit Replace direct invocation of ShadowApplication.getApplicationContext() 2018-04-30 08:54:29 +00:00
androidnativeapi Remove runtime_enabled_feature. 2018-10-01 07:03:25 +00:00
androidtests Set minSdkVersion to 16 for AppRTCMobile_stubbed_video_io_test_apk. 2018-10-26 09:05:01 +00:00
objc Remove deprecated protocol alias RTCEAGLVideoViewRenderer. 2018-10-03 11:27:00 +00:00
objcnativeapi Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
peerconnection Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
relayserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stunprober Reland "Prefix flag macros with WEBRTC_." 2018-10-19 15:06:43 +00:00
stunserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
turnserver Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unityplugin Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
BUILD.gn Revert "Move relay server code to a test-only target p2p_server_utils." 2018-10-25 08:00:02 +00:00
DEPS Obj-C SDK Cleanup 2018-08-30 10:42:41 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00