Skip to content

Commit

Permalink
Dependencies ako Git reference (#37)
Browse files Browse the repository at this point in the history
* Update dependencies to use Git ref instead of path

* Drop now unnecessary checkout steps

* pub upgrade

* Update autogram_sign
  • Loading branch information
Matej-Hlatky authored Nov 21, 2024
1 parent dba8431 commit 2ff0d63
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 20 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/android_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ jobs:
with:
path: app

- name: Checkout "eidmsdk_flutter"
uses: actions/checkout@v4
with:
repository: slovensko-digital/eidmsdk-flutter
path: eidmsdk_flutter

- name: Checkout "autogram_sign"
uses: actions/checkout@v4
with:
repository: slovensko-digital/avm-client-dart
path: autogram_sign

- uses: actions/setup-java@v1
with:
java-version: '17.x'
Expand Down
16 changes: 10 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ packages:
autogram_sign:
dependency: "direct main"
description:
path: "../autogram_sign"
relative: true
source: path
path: "."
ref: "v0.4.4"
resolved-ref: b80e72aca42f2df4fecabfa1dcb88cacec91b5c7
url: "https://github.com/slovensko-digital/avm-client-dart"
source: git
version: "0.4.4"
barcode:
dependency: transitive
Expand Down Expand Up @@ -291,9 +293,11 @@ packages:
eidmsdk:
dependency: "direct main"
description:
path: "../eidmsdk_flutter"
relative: true
source: path
path: "."
ref: main
resolved-ref: e7fbc7d41a9cc861219d685c315904f7a63bdc41
url: "https://github.com/slovensko-digital/eidmsdk-flutter"
source: git
version: "0.0.1"
equatable:
dependency: transitive
Expand Down
8 changes: 6 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ dependencies:
flutter_localizations:
sdk: flutter
eidmsdk:
path: ../eidmsdk_flutter
git:
url: https://github.com/slovensko-digital/eidmsdk-flutter
ref: main
autogram_sign:
path: ../autogram_sign
git:
url: https://github.com/slovensko-digital/avm-client-dart
ref: v0.4.4
package_info_plus:
share_plus:
wakelock_plus:
Expand Down

0 comments on commit 2ff0d63

Please sign in to comment.