From b9a80232c9c8b16a3c3277458835f72e346f6b2c Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Wed, 1 Apr 2020 12:35:32 -0400 Subject: [PATCH] fix(android): set minimum API level to 19 a.k.a. 4.4 Kit Kat (#1016) fixes #1015 --- google-http-client-android/AndroidManifest.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/google-http-client-android/AndroidManifest.xml b/google-http-client-android/AndroidManifest.xml index 9dc775d49..32d176f23 100644 --- a/google-http-client-android/AndroidManifest.xml +++ b/google-http-client-android/AndroidManifest.xml @@ -5,7 +5,7 @@ android:versionName="1.0" > + android:minSdkVersion="19" + android:targetSdkVersion="19" /> - \ No newline at end of file +