Restructure Android project to match Gradle's guidelines.

This commit is contained in:
player-03
2016-05-24 04:21:40 -04:00
committed by Joshua Granick
parent a4a27a2edc
commit 7beca72f18
6 changed files with 27 additions and 49 deletions

View File

@@ -1,23 +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.
manifestmerger.enabled=true
::if (ANDROID_LIBRARY_PROJECTS)::::foreach (ANDROID_LIBRARY_PROJECTS)::
android.library.reference.::index::=::path::::end::::end::
# Project target.
target=android-::ANDROID_TARGET_SDK_VERSION::
::if (KEY_STORE)::
key.store=::KEY_STORE::
::if (KEY_STORE_ALIAS)::key.alias=::KEY_STORE_ALIAS::::end::
::if (KEY_STORE_PASSWORD)::key.store.password=::KEY_STORE_PASSWORD::::end::
::if (KEY_STORE_ALIAS_PASSWORD)::key.alias.password=::KEY_STORE_ALIAS_PASSWORD::::end::
::end::