mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
Use SDK 10 to build K-9 Mail since SDK 9 is no longer available.
This commit is contained in:
parent
ee132e92d1
commit
138e5b1641
@ -10,6 +10,6 @@
|
|||||||
# Indicates whether an apk should be generated for each density.
|
# Indicates whether an apk should be generated for each density.
|
||||||
split.density=false
|
split.density=false
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-9
|
target=android-10
|
||||||
extensible.libs.classpath=compile-only-libs
|
extensible.libs.classpath=compile-only-libs
|
||||||
java.encoding=utf8
|
java.encoding=utf8
|
||||||
|
@ -8,4 +8,4 @@
|
|||||||
# project structure.
|
# project structure.
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-9
|
target=android-10
|
||||||
|
Loading…
Reference in New Issue
Block a user