mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-07 09:51:34 +00:00
make shelfsdk a submodule
This commit is contained in:
parent
2a715f6fa8
commit
8581a1bfff
6 changed files with 10 additions and 16 deletions
8
.github/workflows/flutter_release.yaml
vendored
8
.github/workflows/flutter_release.yaml
vendored
|
|
@ -16,13 +16,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout shelfsdk
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
with:
|
||||||
repository: Dr-Blank/shelfsdk
|
submodules: 'true'
|
||||||
path: ./shelfsdk
|
|
||||||
|
|
||||||
- name: Set Up Java
|
- name: Set Up Java
|
||||||
uses: actions/setup-java@v3.12.0
|
uses: actions/setup-java@v3.12.0
|
||||||
|
|
|
||||||
9
.github/workflows/flutter_test.yaml
vendored
9
.github/workflows/flutter_test.yaml
vendored
|
|
@ -12,7 +12,9 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
- name: Decode android/upload.jks
|
- name: Decode android/upload.jks
|
||||||
run: echo "${{ secrets.UPLOAD_KEYSTORE_JKS }}" | base64 --decode > android/upload.jks
|
run: echo "${{ secrets.UPLOAD_KEYSTORE_JKS }}" | base64 --decode > android/upload.jks
|
||||||
|
|
@ -20,11 +22,6 @@ jobs:
|
||||||
- name: Decode android/key.properties
|
- name: Decode android/key.properties
|
||||||
run: echo "${{ secrets.KEY_PROPERTIES }}" | base64 --decode > android/key.properties
|
run: echo "${{ secrets.KEY_PROPERTIES }}" | base64 --decode > android/key.properties
|
||||||
|
|
||||||
- name: Checkout shelfsdk
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
repository: Dr-Blank/shelfsdk
|
|
||||||
path: ./shelfsdk
|
|
||||||
|
|
||||||
- name: Set up Flutter
|
- name: Set up Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
|
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -41,6 +41,3 @@ app.*.map.json
|
||||||
/android/app/debug
|
/android/app/debug
|
||||||
/android/app/profile
|
/android/app/profile
|
||||||
/android/app/release
|
/android/app/release
|
||||||
|
|
||||||
# separate git repo for api sdk
|
|
||||||
/shelfsdk
|
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "shelfsdk"]
|
||||||
|
path = shelfsdk
|
||||||
|
url = https://github.com/Dr-Blank/shelfsdk
|
||||||
|
|
@ -1565,4 +1565,4 @@ packages:
|
||||||
version: "3.1.2"
|
version: "3.1.2"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.5.0 <4.0.0"
|
dart: ">=3.5.0 <4.0.0"
|
||||||
flutter: ">=3.24.0"
|
flutter: ">=3.24.5"
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ version: 0.0.15+6
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.3.4 <4.0.0"
|
sdk: ">=3.3.4 <4.0.0"
|
||||||
|
flutter: ">=3.24.5 <4.0.0"
|
||||||
|
|
||||||
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
|
isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue