Skip to content

Commit

Permalink
run scripts - example app rename to example-cordova fix
Browse files Browse the repository at this point in the history
  • Loading branch information
serj committed Jan 8, 2019
1 parent 0b4765a commit 9e8f603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_android.py
Expand Up @@ -14,7 +14,7 @@ def _run_example(root_dir, android_submodule_dir):
# ------------------------------------------------------------------
# Paths
plugin_temp_dir = '{0}/temp_plugin'.format(root_dir)
example_app_dir = '{0}/example'.format(root_dir)
example_app_dir = '{0}/example-cordova'.format(root_dir)
sdk_plugin_package = 'com.adjust.sdk'
example_app_package = 'com.adjust.examples'

Expand Down
2 changes: 1 addition & 1 deletion scripts/run_ios.py
Expand Up @@ -14,7 +14,7 @@ def _run_example(root_dir, ios_submodule_dir):
# ------------------------------------------------------------------
# paths
temp_plugin_dir = '{0}/temp_plugin'.format(root_dir)
example_app_dir = '{0}/example'.format(root_dir)
example_app_dir = '{0}/example-cordova'.format(root_dir)
sdk_plugin_package = 'com.adjust.sdk'

# ------------------------------------------------------------------
Expand Down

0 comments on commit 9e8f603

Please sign in to comment.