Skip to content

Commit

Permalink
Merge branch 'develop' into refactor/exams-page
Browse files Browse the repository at this point in the history
  • Loading branch information
rubuy-74 committed Dec 15, 2023
2 parents 89192c6 + 30173bb commit 8358ebc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion uni/app_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.19+209
1.7.20+210
1 change: 0 additions & 1 deletion uni/lib/view/exams/widgets/exam_filter_menu.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:uni/model/providers/lazy/exam_provider.dart';
import 'package:uni/view/exams/widgets/exam_filter_form.dart';
import 'package:uni/view/lazy_consumer.dart';
Expand Down
4 changes: 2 additions & 2 deletions uni/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,10 @@ packages:
dependency: "direct main"
description:
name: shared_preferences
sha256: b7f41bad7e521d205998772545de63ff4e6c97714775902c199353f8bf1511ac
sha256: "81429e4481e1ccfb51ede496e916348668fd0921627779233bd24cc3ff6abd02"
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.2.2"
shared_preferences_android:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions uni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish_to: "none" # We do not publish to pub.dev
# To change it manually, override the value in app_version.txt.
# The app version code is automatically also bumped by CI.
# Do not change it manually.
version: 1.7.19+209
version: 1.7.20+210

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ dependencies:
percent_indicator: ^4.2.2
provider: ^6.0.4
sentry_flutter: ^7.9.0
shared_preferences: ^2.0.3
shared_preferences: ^2.2.2
shimmer: ^3.0.0
sqflite: ^2.0.3
synchronized: ^3.0.0
Expand Down

0 comments on commit 8358ebc

Please sign in to comment.