Skip to content

Commit

Permalink
feat: Update repo ci workflow file
Browse files Browse the repository at this point in the history
Remove the api-level and build-tools inputs from your workflow step. The Android SDK version and build tools are now automatically resolved based on the project's build.gradle file.
  • Loading branch information
AliElDerawi authored Jan 4, 2025
1 parent 24dd250 commit 104e713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/android-kotlin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
# Step 3: Set up Android SDK
- name: Set up Android SDK
uses: android-actions/setup-android@v2
with:
api-level: 35
build-tools: '35.0.0'

# Step 4: Cache Gradle dependencies
- name: Cache Gradle dependencies
Expand Down

0 comments on commit 104e713

Please sign in to comment.