TP-26487 | release build support (#36)

* TP-25794 | mock changes

* TP-25794 | pair fix for release builds

* TP-25794 | proguard changes

* TP-25794 | revert manifest and mock changes

* TP-25794 | revert gradle changes

* TP-25794 | remove unused imports
This commit is contained in:
Maila Rajanikanth
2023-04-25 15:46:18 +05:30
committed by GitHub Enterprise
parent 798bebd21e
commit 26edc2a6c2
6 changed files with 5258 additions and 16 deletions

View File

@@ -26,6 +26,6 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble with Stacktrace
run: ./gradlew :navi-uitron:assembleDebug --stacktrace
run: ./gradlew :navi-uitron:assembleRelease --stacktrace
- name: Upload to nexus
run: ./gradlew publish -PIS_SNAPSHOT=true -PNEXUS_URL=https://nexus.cmd.navi-tech.in/repository/maven-snapshots -PNEXUS_USERNAME=${{ secrets.NEXUS_USERNAME }} -PNEXUS_PASSWORD=${{ secrets.NEXUS_PASSWORD }}