diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..c9cc208 --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,26 @@ +name: Android CI + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: set up JDK 11 + uses: actions/setup-java@v3 + with: + java-version: '11' + distribution: 'temurin' + cache: gradle + + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build diff --git a/README.md b/README.md index 5515ab2..f731507 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The Kerala AI Camera Tracker app is available for Android ### Android 1. Download the APK file from - here [DOWNLOAD](https://github.com/rameshvoltella/KeralaAICameraTracker/raw/beta/appfiles/apk/a1_cam_alpha_build%232.apk). + here [DOWNLOAD](https://github.com/rameshvoltella/KeralaAICameraTracker/tags). 2. Enable installation from unknown sources in your device settings. 3. Install the APK file on your Android device.