File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/setup-java@v1
15
15
with :
16
16
java-version : 17
17
+ # AGP 8.2 requires 34.0.0-rc3 - see https://issuetracker.google.com/issues/236167971#comment36
18
+ # and https://github.com/actions/runner-images/issues/7506#issuecomment-1533097084
19
+ # TODO: Remove when AGP updates Build Tools to 34.0.0 and pre-installed in the runner
20
+ # - name: Install Android Build Tools 34.0.0-rc3
21
+ # run: yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "build-tools;34.0.0-rc3"
22
+ # shell: bash
17
23
- name : Build with Gradle
18
24
run : ./gradlew build test
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ buildscript {
2
2
ext {
3
3
kotlinVersion = ' 1.8.20'
4
4
// Current release: Flamingo / AGP 8.0
5
- // gradlePluginVersion = '8.0.2'
6
- // lintVersion = '31.0.2'
5
+ gradlePluginVersion = ' 8.0.2'
6
+ lintVersion = ' 31.0.2'
7
7
// Current preview release: Hedgehog
8
- gradlePluginVersion = ' 8.2.0-alpha07'
9
- lintVersion = ' 31.2.0-alpha07'
8
+ // gradlePluginVersion = '8.2.0-alpha07'
9
+ // lintVersion = '31.2.0-alpha07'
10
10
}
11
11
12
12
repositories {
You can’t perform that action at this time.
0 commit comments