Closed CesarTrigo closed 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.
GRADLE_APK_OUTPUT_PATH
GRADLE_AAB_OUTPUT_PATH
AAB
APK
Conditionally check content of
GRADLE_APK_OUTPUT_PATH
andGRADLE_AAB_OUTPUT_PATH
shared variables to return the appropriate one, prioritizingAAB
overAPK
in case both are provided.