Skip to content

Commit 8fc9900

Browse files
fix(ci): use Android 37.0 SDK package
1 parent 08b9acd commit 8fc9900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
set +o pipefail
3636
yes | sdkmanager --licenses > /dev/null
3737
set -o pipefail
38-
sdkmanager --install --channel=3 "platforms;android-37" "build-tools;37.0.0"
38+
sdkmanager "platforms;android-37.0" "build-tools;37.0.0"
3939
4040
- name: Set up Gradle
4141
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)