fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.06k stars 828 forks source link

Add correct path for release-unsigned.apk for fdroid and googleplay b… #2360

Closed ParthivMangukiya closed 6 years ago

ParthivMangukiya commented 6 years ago

Fixes #2359

Changes: Changed unsigned apk build path from app/build/outputs/apk/ to app/build/outputs/apk/fdroid/release/ for fdroid buildtype and app/build/outputs/apk/googleplay/release/ for googleplay buildtype.

ParthivMangukiya commented 6 years ago

@iamareebjamal I changed $2 instead of the branches in if and else.Please review.