Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies ako Git reference #37

Merged
merged 6 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading