diff --git a/lib/config/app_config.dart b/lib/config/app_config.dart index 8c50c09..92088be 100644 --- a/lib/config/app_config.dart +++ b/lib/config/app_config.dart @@ -1,9 +1,9 @@ abstract class AppConfig { - static const String applicationName = 'FluffyChat'; + static const String applicationName = 'FurryChat'; static const String defaultHomeserver = 'matrix.tchncs.de'; static const String privacyUrl = 'https://fluffychat.im/en/privacy.html'; static const String sourceCodeUrl = - 'https://gitlab.com/ChristianPauly/fluffychat-flutter'; + 'https://github.com/innereq/FurryChat'; static const String supportUrl = - 'https://gitlab.com/ChristianPauly/fluffychat-flutter/issues'; + 'https://github.com/innereq/FurryChat/issues'; } diff --git a/pubspec.lock b/pubspec.lock index 4f7308f..bff99ee 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -186,9 +186,11 @@ packages: famedlysdk: dependency: "direct main" description: - path: "../famedlysdk" - relative: true - source: path + path: "." + ref: yiffed + resolved-ref: "8d3fb1d64ba99392728951c79ccafb3c9481b5da" + url: "https://github.com/innereq/famedlysdk-fork.git" + source: git version: "0.0.1" ffi: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index b3c7332..e278cec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.19.1+46 +version: 0.1.0 environment: sdk: ">=2.6.0 <3.0.0" @@ -25,7 +25,10 @@ dependencies: cupertino_icons: ^0.1.2 famedlysdk: - path: ../famedlysdk + git: + url: https://github.com/innereq/famedlysdk-fork.git + ref: yiffed + # path: ../famedlysdk localstorage: ^3.0.1+4 file_picker_cross: ^4.2.2