mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 22:42:55 +08:00
remove zipalign_path variable (it's best if it's not exposed to the user)
This commit is contained in:
@@ -27,7 +27,7 @@ module Motion; module Project;
|
||||
class AndroidConfig < Config
|
||||
register :android
|
||||
|
||||
variable :sdk_path, :ndk_path, :zipalign_path, :avd_config, :package, :main_activity,
|
||||
variable :sdk_path, :ndk_path, :avd_config, :package, :main_activity,
|
||||
:sub_activities, :api_version, :arch, :assets_dirs, :icon,
|
||||
:logs_components, :version_code, :version_name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user