From 401622cc229317bd218f070dd07a3bd8db582f16 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 8 Jan 2016 13:36:44 -0300 Subject: -Removed ANT build system for Android, as it was deprecated by Google -Added new Gradle build system, as it is the required build system --- platform/android/java/default.properties | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 platform/android/java/default.properties (limited to 'platform/android/java/default.properties') diff --git a/platform/android/java/default.properties b/platform/android/java/default.properties deleted file mode 100644 index e2e8061f2..000000000 --- a/platform/android/java/default.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "build.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-8 -- cgit v1.3.1