changed android sdk version
All checks were successful
Flutter APK Build / Build Flutter APK (push) Successful in 6m32s
All checks were successful
Flutter APK Build / Build Flutter APK (push) Successful in 6m32s
This commit is contained in:
@@ -41,10 +41,10 @@ jobs:
|
|||||||
- name: Setup Android SDK
|
- name: Setup Android SDK
|
||||||
uses: android-actions/setup-android@v3
|
uses: android-actions/setup-android@v3
|
||||||
with:
|
with:
|
||||||
packages: "platform-tools platforms;android-34 build-tools;34.0.0"
|
packages: "platform-tools platforms;android-36 build-tools;36.0.0"
|
||||||
|
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: https://github.com/subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
- run: flutter --version
|
- run: flutter --version
|
||||||
|
|||||||
Reference in New Issue
Block a user