Skip to content

Commit

Permalink
fix(): Android apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
Samox committed Dec 31, 2018
1 parent 639c222 commit b509e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/fastlane-env/templates/fastlane/env
Expand Up @@ -31,7 +31,7 @@ IOS_IPA_PATH='./dist/app.ipa'

### ANDROID PROJECT ###
ANDROID_PROJECT_DIR='android'
ANDROID_APK_PATH='android/app/build/outputs/apk/app-release.apk'
ANDROID_APK_PATH='android/app/build/outputs/apk/release/app-release.apk'
GRADLE_APP_IDENTIFIER='<%= appId %>'
GRADLE_APP_NAME='<%= appName %>'
<% if (deploymentPlatform === 'appcenter') { %>ANDROID_APPCENTER_APP_ID='<%= androidAppCenterId %>'<% } %>
Expand Down

0 comments on commit b509e2b

Please sign in to comment.