Target Android 9.0 (Pie) again.

The HttpClient/Google Maps incompatibility can be worked around.
This commit is contained in:
Andreas Schildbach 2018-10-08 14:44:57 +02:00
parent a0416d843a
commit 43afe6e9ba
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="27" />
android:targetSdkVersion="28" />
<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-27'
compileSdkVersion 'android-28'
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-27
target=android-28