FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
covpass-android/write-version-code.sh at main · dimitry-/covpass-android · GitHub
dimitry-
/
covpass-android
Public
forked from
Digitaler-Impfnachweis/covpass-android
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
covpass-android
/
write-version-code.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 284 Bytes
Breadcrumbs
covpass-android
/
write-version-code.sh
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 284 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/usr/bin/env bash
#
#
(C) Copyright IBM Deutschland GmbH 2021
#
(C) Copyright IBM Corp. 2021
#
set
-eu -o pipefail
ROOT=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
VERSION=
$(
"
$ROOT
/get-version-code.sh
"
)
echo
"
versionCode=
$VERSION
"
echo
"
versionCode=
$VERSION
"
>
"
$ROOT
/generated.properties
"
Back
|
FazBrowse Home
|
New Git URL