diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6329831..66538f5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,6 +66,8 @@ jobs: run: | perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml + perl -i -p0e 's/ sqlite3_flutter_libs: \^0\.5\.13//s' pubspec.yaml + perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml cat pubspec.yaml - name: 'Flutter pub get' @@ -150,6 +152,7 @@ jobs: run: | perl -i -p0e 's/ integration_test:\n sdk: flutter//s' pubspec.yaml perl -i -p0e 's/ path_provider: \^2\.0\.14//s' pubspec.yaml + perl -i -p0e 's/ uuid: \^3\.0\.7//s' pubspec.yaml cat pubspec.yaml - name: 'Flutter Pub Get' diff --git a/pubspec.yaml b/pubspec.yaml index 1816d7e..5d27371 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tiki_sdk_platform_channel description: A package for adding TIKI's decentralized infrastructure to native libraries through Flutter Platform Channels -version: 1.0.8 +version: 1.0.9 homepage: https://mytiki.com documentation: https://docs.mytiki.com/docs repository: https://github.com/tiki/tiki-sdk-platform-channel