Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
privatestoragemobile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
privatestoragemobile
Commits
14571e3b
Commit
14571e3b
authored
1 year ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Plain Diff
Merge branch 'release-1.0.8' into 'main'
bump version See merge request
!86
parents
d7235fbe
9352749c
No related branches found
No related tags found
1 merge request
!86
bump version
Pipeline
#5137
passed
1 year ago
Stage: lint
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
obelisk/default.nix
+3
-3
3 additions, 3 deletions
obelisk/default.nix
with
3 additions
and
3 deletions
obelisk/default.nix
+
3
−
3
View file @
14571e3b
...
...
@@ -66,13 +66,13 @@ let
# validation, quoting, etc.
android
.
activityAttributes
=
"android:exported=
\"
true
\"
"
;
android
.
version
=
{
android
.
version
=
rec
{
# Must be a monotonically increasing number; defines what it means to
# "upgrade" the app.
code
=
"
7
"
;
code
=
"
8
"
;
# The version that is displayed to the end user
name
=
"1.0"
;
name
=
"1.0
.
${
code
}
"
;
};
# We have a provider to define. It is certainly not a service. But
...
...
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