Skip to content

Commit

Permalink
Update android build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
IniZio committed Mar 21, 2024
1 parent 50f34de commit 203a114
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: flutter build ipa --no-codesign

test-android:
runs-on: macos-12
runs-on: macos-13
if: ${{ github.event_name == 'pull_request' }}
defaults:
run:
Expand All @@ -45,8 +45,8 @@ jobs:
platform-tools
tools
emulator
build-tools;29.0.2
platforms;android-31
build-tools;33.0.1
platforms;android-33
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down

0 comments on commit 203a114

Please sign in to comment.