Skip to content

Commit

Permalink
Merge branch 'master' into gameplay_page_chris
Browse files Browse the repository at this point in the history
  • Loading branch information
cgu2020 authored Oct 26, 2023
2 parents 14e4100 + 5646b7d commit 8668843
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions ci/flutter-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM cirrusci/flutter

FROM ghcr.io/cirruslabs/flutter
WORKDIR /app/game
COPY game .

Expand Down
4 changes: 2 additions & 2 deletions ci/flutter-format/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cirrusci/flutter
FROM ghcr.io/cirruslabs/flutter

WORKDIR /app/game
COPY game .

RUN flutter format lib | grep '0 changed'
RUN dart format lib | grep '0 changed'
2 changes: 1 addition & 1 deletion game/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion game/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.1+5

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=3.0.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 8668843

Please sign in to comment.