Skip to content

Commit

Permalink
Fix ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Dec 9, 2023
1 parent d285d67 commit 94a24e3
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Changelog
# Changelog

<!--ENTER CHANGELOG HERE-->
3 changes: 3 additions & 0 deletions app/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
5 changes: 4 additions & 1 deletion app/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
2 changes: 1 addition & 1 deletion app/lib/logic/state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class GameDeck with _$GameDeck {
return copyWith(
cards: [
cards.first,
...cards.map((e) => const BackgroundGameCard()).toList(),
...cards.map((e) => const BackgroundGameCard()),
],
);
case DeckVisibility.hidden:
Expand Down
3 changes: 1 addition & 2 deletions app/lib/pages/settings/personalization.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ class PersonalizationSettingsPage extends StatelessWidget {
.map((e) => ListTile(
title: Text(_getLocaleName(context, e.toLanguageTag())),
selected: currentLocale == e.toLanguageTag(),
onTap: () => changeLocale(e)))
.toList(),
onTap: () => changeLocale(e))),
const SizedBox(height: 32),
];
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Exec=qeck %f
Icon=dev.linwood.qeck
Terminal=false
Type=Application
Categories=Games;
Categories=Game;
2 changes: 1 addition & 1 deletion app/linux/rpm/linwood-qeck.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Exec=/usr/bin/linwood-qeck %f
Icon=/usr/share/linwood-qeck/data/flutter_assets/images/logo.svg
Terminal=false
Type=Application
Categories=Games;
Categories=Game;
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: "058c6f98e54b9f33361c2b4ca834d87e68fd20b9"
resolved-ref: "058c6f98e54b9f33361c2b4ca834d87e68fd20b9"
ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
resolved-ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -491,17 +491,17 @@ packages:
dependency: "direct main"
description:
path: "packages/networker/networker"
ref: "058c6f98e54b9f33361c2b4ca834d87e68fd20b9"
resolved-ref: "058c6f98e54b9f33361c2b4ca834d87e68fd20b9"
ref: "51e8e6e0f3531c35f9d4f34f04ac1235e74fea9b"
resolved-ref: "51e8e6e0f3531c35f9d4f34f04ac1235e74fea9b"
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "1.0.0"
networker_socket:
dependency: "direct main"
description:
path: "packages/networker/networker_socket"
ref: "71f331d665176ce306a4987de8bf81b77200ee17"
resolved-ref: "71f331d665176ce306a4987de8bf81b77200ee17"
ref: "75b5ec0e51096ae169df3cd4f02c9f6affe22a81"
resolved-ref: "75b5ec0e51096ae169df3cd4f02c9f6affe22a81"
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "1.0.0"
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
intl: ^0.18.1
flutter_localized_locales: ^2.0.5
# Engine
flame: ^1.9.1
flame: ^1.12.0
# UI
phosphor_flutter:
git:
Expand All @@ -36,17 +36,17 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
ref: 058c6f98e54b9f33361c2b4ca834d87e68fd20b9
ref: 7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e
path: packages/material_leap
networker:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
ref: 058c6f98e54b9f33361c2b4ca834d87e68fd20b9
ref: 51e8e6e0f3531c35f9d4f34f04ac1235e74fea9b
path: packages/networker/networker
networker_socket:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
ref: 71f331d665176ce306a4987de8bf81b77200ee17
ref: 75b5ec0e51096ae169df3cd4f02c9f6affe22a81
path: packages/networker/networker_socket
flex_color_scheme: ^7.2.0
flutter_svg: ^2.0.7
Expand Down

1 comment on commit 94a24e3

@vercel
Copy link

@vercel vercel bot commented on 94a24e3 Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

qeck – ./app

qeck-git-develop-linwood.vercel.app
qeck.vercel.app
qeck.linwood.dev
qeck-linwood.vercel.app

Please sign in to comment.