summaryrefslogtreecommitdiff
path: root/fastlane/Fastfile
diff options
context:
space:
mode:
Diffstat (limited to 'fastlane/Fastfile')
-rw-r--r--fastlane/Fastfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 523a1334c..fe5ae6b80 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -31,15 +31,14 @@ platform :android do
end
lane :playstore do
sh("cd ..;bash scripts/build_android.sh")
-
gradle(
task: 'assemble',
build_type: 'Release'
)
isOnMasterBranch = currentBranch() == "master"
if isOnMasterBranch
- upload_to_play_store( track: 'beta',
- json_key: 'key.json',
+ upload_to_play_store( track: 'beta',
+ json_key: 'key.json',
apk: 'navit/android/build/outputs/apk/release/android-release.apk',
package_name: 'org.navitproject.navit'
)