Revert back to target Android 8.1 (Oreo).

When targetting Pie, the legacy HttpClient class becomes inaccessible which breaks Google Maps.
This commit is contained in:
Andreas Schildbach 2018-10-05 14:11:43 +02:00
parent 223269c8ae
commit 33cdef728f
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="28" />
android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View file

@ -26,7 +26,7 @@ dependencies {
}
android {
compileSdkVersion 'android-28'
compileSdkVersion 'android-27'
buildToolsVersion '28.0.3'
lintOptions {

View file

@ -10,4 +10,4 @@
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-28
target=android-27