Skip to content

Commit

Permalink
chore(makefile): add apk generation
Browse files Browse the repository at this point in the history
SUITEDEV-35435

Co-authored-by: matusekma <[email protected]>
  • Loading branch information
megamegax and matusekma committed Mar 28, 2024
1 parent f5ca5d9 commit 77639b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ create-testing-apks: check-env ## create apks for testing
create-sample-release-bundle: check-env ## create sample app release bundle
@./gradlew :sample:bundleRelease

create-sample-release-apk: check-env ## create sample app release bundle
@./gradlew :sample:assembleRelease

lint: check-env ## run lint
@./gradlew lint

Expand Down

0 comments on commit 77639b1

Please sign in to comment.