mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 01:58:47 +00:00
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:
parent
223269c8ae
commit
33cdef728f
3 changed files with 3 additions and 3 deletions
|
@ -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" />
|
||||
|
|
|
@ -26,7 +26,7 @@ dependencies {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 'android-28'
|
||||
compileSdkVersion 'android-27'
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
lintOptions {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue