Skip to content

Commit

Permalink
Install build-tools 29.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 13, 2024
1 parent e63a52b commit a9c7cbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1

- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ val SUPPORTED_ABIS = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64")

android {
namespace = "eu.kanade.tachiyomi"
buildToolsVersion = "34.0.0"

defaultConfig {
applicationId = "eu.kanade.tachiyomi"
Expand Down

0 comments on commit a9c7cbf

Please sign in to comment.