Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ereio committed Oct 2, 2022
2 parents dca746a + 20788c8 commit b0db3cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:
- push
steps:
- name: build linux
image: cirrusci/flutter:3.0.1
image: cirrusci/flutter:3.0.5
commands:
# Install dependencies
- apt-get update -y
Expand Down Expand Up @@ -57,7 +57,7 @@ trigger:
- push
steps:
- name: build linux
image: cirrusci/flutter:3.0.1
image: cirrusci/flutter:3.0.5
commands:
# Install dependencies
- apt-get update -y
Expand Down Expand Up @@ -101,7 +101,7 @@ steps:
# - push
#steps:
# - name: build linux
# image: cirrusci/flutter:3.0.1
# image: cirrusci/flutter:3.0.5
# commands:
# # Install dependencies
# - apt-get update -y
Expand Down Expand Up @@ -142,7 +142,7 @@ trigger:
- push
steps:
- name: build android
image: cirrusci/flutter:3.0.1
image: cirrusci/flutter:3.0.5
commands:
# Keep track of the time when build was started
- echo $(date -Iseconds) > BUILD_START_TIME
Expand Down Expand Up @@ -193,7 +193,7 @@ trigger:
- push
steps:
- name: build android
image: cirrusci/flutter:3.0.1
image: cirrusci/flutter:3.0.5
commands:
# Keep track of the time when build was started
- echo $(date -Iseconds) > BUILD_START_TIME
Expand Down
2 changes: 1 addition & 1 deletion android/olm
Submodule olm updated from 983e78 to f52d17

0 comments on commit b0db3cd

Please sign in to comment.