From 03f9929f4b6f090957dbdd961d40c7df2d844b9a Mon Sep 17 00:00:00 2001 From: Jeff Davidson Date: Tue, 5 May 2020 18:21:53 -0700 Subject: Update minSdkVersion/compileSdkVersion used for Volley builds. This syncs with build.gradle and will keep the build consistent once https://github.com/google/volley/pull/335 is merged. Change-Id: Icae708d2bdf8d384f4a935879b6520dba2dfeb0d --- Android.bp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Android.bp b/Android.bp index e101494..c13de29 100644 --- a/Android.bp +++ b/Android.bp @@ -17,9 +17,14 @@ java_library { name: "volley", - sdk_version: "17", + sdk_version: "28", + min_sdk_version: "8", srcs: ["src/main/java/**/*.java"], - // Only needed at compile-time. - libs: ["androidx.annotation_annotation"], + libs: [ + // Only needed at compile-time. + "androidx.annotation_annotation", + + "org.apache.http.legacy", + ], } -- cgit v1.2.3