Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsPronay committed Dec 26, 2024
1 parent d1af1bc commit 6339760
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/pr-check-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,3 @@ jobs:
secrets: inherit
with:
android_package_name: 'mifosng-android' # <-- Change Your Android Package Name

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

# Set up JDK 17
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17

# Build with Gradle
- name: Build with Gradle
run: chmod +x gradlew && ./gradlew assembleDebug

# Upload APK
- name: Upload APK
uses: actions/upload-artifact@v4
with:
# Artifact name
name: android-client-app
# File path describing what artifact to upload
path: mifosng-android/build/outputs/apk/debug/mifosng-android-debug.apk

0 comments on commit 6339760

Please sign in to comment.