Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Orekit
Stavor
Commits
07c8bbbb
Commit
07c8bbbb
authored
Aug 06, 2014
by
Xavier
Browse files
versioning
parent
fe9334ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
AndroidManifest.xml
View file @
07c8bbbb
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"cs.si.stavor"
android:versionCode=
"11
7
0"
android:versionName=
"1.1.
7
"
android:versionCode=
"11
8
0"
android:versionName=
"1.1.
8
"
android:installLocation=
"auto"
>
<!-- VersionCode: [3]version+[1]architecture e.g 1.0.2arm is 1020, 1.1.3x86 is 1131 -->
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
...
...
src/cs/si/stavor/app/Parameters.java
View file @
07c8bbbb
...
...
@@ -24,7 +24,7 @@ public class Parameters {
public
static
class
About
{
public
static
final
String
project_start_date
=
"2014/04/01"
;
public
static
final
String
version_orekit
=
"6.1"
;
public
static
final
String
version_xwalk
=
"7.36.154.12
b
"
;
public
static
final
String
version_xwalk
=
"7.36.154.12"
;
public
static
final
String
version_threejs
=
"r67"
;
public
static
final
String
version_gson
=
"2.2.4"
;
public
static
final
String
version_androidcolorpicker
=
"1.0"
;
...
...
Write
Preview
Supports
Markdown
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