diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-25 12:29:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-25 12:29:30 +0100 |
commit | 1ad5ed15d58da5de6a53b1ecc29ed66850e5acf5 (patch) | |
tree | 691f9c501589f278e2fb0744d0ca7486df78bd6c | |
parent | 2b8846e4a395fb4e6b92d38c11351d208c644bf6 (diff) |
Make latest Android version the target version
-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 a3ee5ab..ce39f2d 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-17 +target=android-18 |