Skip to content

Commit

Permalink
Merge pull request #807 from pinchbv/feature/dep_update
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
hendrikvdkaaden authored Mar 15, 2024
2 parents 9967c32 + 3069255 commit a618e06
Show file tree
Hide file tree
Showing 19 changed files with 333 additions and 294 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 10

container:
image: dart:2.19.3
image: dart:3.3.0

steps:
- name: Check out code
Expand All @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10

container:
image: dart:2.19.3
image: dart:3.3.0

steps:
- name: Check out code
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
1 change: 1 addition & 0 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class TasksWidgetState extends State<TasksWidget> {
}

TaskStatus _getMenuType(int index) => TaskStatus.values[index - 1];

}

class TasksListView extends StatelessWidget {
Expand Down
Loading

0 comments on commit a618e06

Please sign in to comment.