make shelfsdk a submodule

This commit is contained in:
Dr.Blank 2024-12-08 01:03:23 +05:30
parent 2a715f6fa8
commit 8581a1bfff
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
6 changed files with 10 additions and 16 deletions

View file

@ -16,13 +16,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Checkout shelfsdk
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: Dr-Blank/shelfsdk
path: ./shelfsdk
submodules: 'true'
- name: Set Up Java
uses: actions/setup-java@v3.12.0

View file

@ -12,7 +12,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: 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
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
uses: subosito/flutter-action@v2

3
.gitignore vendored
View file

@ -41,6 +41,3 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
# separate git repo for api sdk
/shelfsdk

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "shelfsdk"]
path = shelfsdk
url = https://github.com/Dr-Blank/shelfsdk

View file

@ -1565,4 +1565,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"
flutter: ">=3.24.5"

View file

@ -20,6 +20,7 @@ version: 0.0.15+6
environment:
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