Skip to content

Commit

Permalink
fix: 🐛 Correction déploiement android
Browse files Browse the repository at this point in the history
  • Loading branch information
lschaeffer313 committed Sep 21, 2024
1 parent 114fa64 commit 0813bc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/page/domaine_detail_page.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:add_2_calendar/add_2_calendar.dart';
import 'package:add_2_calendar_new/add_2_calendar_new.dart';
import 'package:domaine_nc_mobile/model/domaine_info.dart';
import 'package:domaine_nc_mobile/model/domaine_search_result.dart';
import 'package:domaine_nc_mobile/service/domaine_service.dart';
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
add_2_calendar:
add_2_calendar_new:
dependency: "direct main"
description:
name: add_2_calendar
sha256: dbcd0bf296fbbe00861a6f101af8cdb3c163a8c3ff5d3c99a4b081c2f37c724f
name: add_2_calendar_new
sha256: c44b7002bc6698424a79ec84a88c708714d3477d56d001f9cb4cba8c11bb88c9
url: "https://pub.dev"
source: hosted
version: "2.2.5"
version: "1.0.3"
archive:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
cupertino_icons: ^1.0.6
http: ^0.13.6
intl: ^0.18.1
add_2_calendar: ^2.2.5
add_2_calendar_new: ^1.0.3
flutter_markdown: ^0.6.15
url_launcher: ^6.1.11
skeletonizer: ^1.4.2
Expand Down

0 comments on commit 0813bc0

Please sign in to comment.