diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 14:56:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2019-11-27 14:56:43 +0100 |
commit | 53eb07e4913bf36b10b110872af3e6dca27b4f17 (patch) | |
tree | 8bdef2ec1827310a86f26e7ed2dc845e73bc86c6 /android/project.properties | |
parent | 3d30197a7f37d15da1649a9b40a24774b4aae06d (diff) | |
download | RustAndDust-53eb07e4913bf36b10b110872af3e6dca27b4f17.zip RustAndDust-53eb07e4913bf36b10b110872af3e6dca27b4f17.tar.gz |
upgrade : libgdx 1.9.8 -> 1.9.10, gradle 1.11 -> 5.4.1
Diffstat (limited to 'android/project.properties')
-rw-r--r-- | android/project.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/project.properties b/android/project.properties index 4ab1256..4c31406 100644 --- a/android/project.properties +++ b/android/project.properties @@ -11,4 +11,4 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-19 +target=android-27 |