Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
a6ed10c6
Commit
a6ed10c6
authored
1 year ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
update build script
parent
ff29ff80
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#34661
waiting for manual action
Stage: format
Stage: build_and_test
Stage: package
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pubspec.lock
+2
-2
2 additions, 2 deletions
pubspec.lock
pubspec.yaml
+2
-2
2 additions, 2 deletions
pubspec.yaml
scripts/build-apk.sh
+4
-1
4 additions, 1 deletion
scripts/build-apk.sh
with
8 additions
and
5 deletions
pubspec.lock
+
2
−
2
View file @
a6ed10c6
...
...
@@ -1192,8 +1192,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref:
gecko-fixes-3
resolved-ref:
ac7347e907ca30766eedb9e15583ebc20916d56c
ref:
"8b254d9e98cb367b4a57d67f8c6f5bbe89a52552"
resolved-ref:
"8b254d9e98cb367b4a57d67f8c6f5bbe89a52552"
url: "https://github.com/poka-IT/sdk.git"
source: git
version: "0.5.4+4"
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
2
−
2
View file @
a6ed10c6
...
...
@@ -43,8 +43,8 @@ dependencies:
# url: https://github.com/polkawallet-io/sdk.git
# ref: develop
url
:
https://github.com/poka-IT/sdk.git
ref
:
gecko-fixes-3
#
ref:
ff98a117e86060a91113107f31355a17ccfb346c
#
ref: gecko-fixes-3
ref
:
8b254d9e98cb367b4a57d67f8c6f5bbe89a52552
dots_indicator
:
^3.0.0
connectivity_plus
:
^3.0.2
image_cropper
:
^4.0.1
...
...
This diff is collapsed.
Click to expand it.
scripts/build-apk.sh
+
4
−
1
View file @
a6ed10c6
#!/bin/bash
set
-e
fVersion
=
$(
grep
"version: "
pubspec.yaml |
awk
'{ print $2 }'
)
withPush
=
$1
...
...
@@ -19,7 +21,8 @@ echo "Nom du build final: ${APPNAME}-${VERSION}+${BUILD}.apk"
flutter clean
if
[[
$1
==
"bundle"
]]
;
then
flutter build appbundle
--release
--target-platform
android-arm,android-arm64
--build-name
$VERSION
--build-number
$BUILD
flutter build appbundle
--release
--build-name
$VERSION
--build-number
$BUILD
exit
0
else
# flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64 --build-name $VERSION --build-number $BUILD
flutter build apk
--release
--split-per-abi
--build-name
$VERSION
--build-number
$BUILD
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment