fastlane-community / fastlane-plugin-applivery

fastlane plugin to upload IPA or APK to Applivery.com
https://www.applivery.com/
MIT License
12 stars 7 forks source link

Update applivery_actions.rb to support AAB #8

Closed CesarTrigo closed 4 years ago

CesarTrigo commented 4 years ago

Conditionally check content of GRADLE_APK_OUTPUT_PATH and GRADLE_AAB_OUTPUT_PATH shared variables to return the appropriate one, prioritizing AAB over APK in case both are provided.