mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
Update to target version 28.
This commit is contained in:
parent
d2cb42e8f2
commit
6174f4ca24
|
@ -10,7 +10,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
<uses-sdk android:minSdkVersion="14"
|
||||
android:targetSdkVersion="24"/>
|
||||
android:targetSdkVersion="28"/>
|
||||
<application android:name="org.petero.droidfish.DroidFishApp"
|
||||
android:icon="@mipmap/icon"
|
||||
android:theme="@android:style/Theme.Holo"
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
# Indicates whether an apk should be generated for each density.
|
||||
split.density=false
|
||||
# Project target.
|
||||
target=android-24
|
||||
target=android-28
|
||||
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
|
||||
|
|
|
@ -8,4 +8,4 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-16
|
||||
target=android-28
|
||||
|
|
Loading…
Reference in New Issue
Block a user