Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
android-inventory-agent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
GLPI
android-inventory-agent
Commits
59dc2444
Commit
59dc2444
authored
Sep 23, 2020
by
Teclib
Committed by
Teclib
Sep 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(release): update version on android manifest
Signed-off-by:
Teclib
<
skita@teclib.com
>
parent
ca063440
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
app/src/main/assets/about.properties
app/src/main/assets/about.properties
+4
-4
ci/scripts/generate_documentation.sh
ci/scripts/generate_documentation.sh
+2
-0
No files found.
app/src/main/AndroidManifest.xml
View file @
59dc2444
...
...
@@ -2,7 +2,7 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"org.glpi.inventory.agent"
android:versionCode=
"3928
1
"
android:versionCode=
"3928
3
"
android:versionName=
""
>
<!-- Permissions -->
...
...
app/src/main/assets/about.properties
View file @
59dc2444
about.version
=
1.0.0
about.build
=
3928
1
about.date
=
Wed Sep 23 1
2:47:04
2020
about.commit
=
f66e560
about.commitFull
=
f66e560f565915b30f72943cbdde2a752cec3827
about.build
=
3928
3
about.date
=
Wed Sep 23 1
4:18:20
2020
about.commit
=
ca06344
about.commitFull
=
ca063440a3b5d6dc1c9da310b016fab72434dc55
about.github
=
https://github.com/glpi-project/android-inventory-agent
ci/scripts/generate_documentation.sh
View file @
59dc2444
...
...
@@ -68,6 +68,8 @@ sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo
apt update
sudo
apt
install
adoptopenjdk-8-hotspot
#reload bash
source
~/.bashrc
# Generate javadoc this folder must be on .gitignore
javadoc
-d
$DOC_PATH
-sourcepath
./app/src/main/java
-subpackages
.
-bootclasspath
$ANDROID_HOME
/platforms/android-29/android.jar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment