diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2018-09-13 17:46:26 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2018-09-13 17:46:26 +0200 |
commit | 94add775a5d1d65667b6786ecf81d0aaff12164e (patch) | |
tree | 8ac73d883018b8c7b166c2b049c4d3eec6d7d5b2 /android/project.properties | |
parent | 88188156cfaf037866b5242fc1b06dd9754c2b94 (diff) | |
download | gdx-boardgame-94add775a5d1d65667b6786ecf81d0aaff12164e.zip gdx-boardgame-94add775a5d1d65667b6786ecf81d0aaff12164e.tar.gz |
clean up, remove android, eclipse ...
Diffstat (limited to 'android/project.properties')
-rw-r--r-- | android/project.properties | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/android/project.properties b/android/project.properties deleted file mode 100644 index 3fefa92..0000000 --- a/android/project.properties +++ /dev/null @@ -1,9 +0,0 @@ -# This file is used by the Eclipse ADT plugin. It is unnecessary for IDEA and Android Studio projects, which -# configure Proguard and the Android target via the build.gradle file. - -# To enable ProGuard to work with Eclipse ADT, uncomment this (available properties: sdk.dir, user.home) -# and ensure proguard.jar in the Android SDK is up to date (or alternately reduce the android target to 23 or lower): -# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-rules.pro - -# Project target. -target=android-19 |