Skip to content

Commit

Permalink
Merge pull request #8 from rameshvoltella/beta
Browse files Browse the repository at this point in the history
Added CI
  • Loading branch information
rameshvoltella authored Apr 29, 2024
2 parents ca1adbb + f1f88b4 commit 461bc25
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 461bc25

Please sign in to comment.