Target Android 10.

This commit is contained in:
Andreas Schildbach 2019-09-18 19:13:13 +02:00
parent 8d35a46834
commit e0abc9bf85
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="28" />
android:targetSdkVersion="29" />
<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-29'
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-29