Skip to content

Commit

Permalink
Updated version to 1.9.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jun 27, 2016
1 parent 5a6a8c4 commit 8e88f97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// each of the version numbers must be 0-99
def versionMajor = 1 // major releases
def versionMinor = 9 // minor feature releases
def versionPatch = 2 // hot fixes
def versionBuild = 7 // build version
def versionPatch = 3 // hot fixes
def versionBuild = 8 // build version

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
Expand Down
15 changes: 7 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 1090308,
"Title": "Changes in version 1.9.3",
"Messages": [
"Fixed 'GPS status' and 'incorrect system time' information not updated correctly."
]
},
{
"VersionCode": 1090207,
"Title": "Changes in version 1.9.2",
Expand Down Expand Up @@ -79,14 +86,6 @@
"Improved error handling.",
"Many internal changes and improvements."
]
},
{
"VersionCode": 47,
"Title": "Changes in version 1.7.2",
"Messages": [
"Small improvements in GPS optimization parameters.",
"Improved network error handling."
]
}
]
}

0 comments on commit 8e88f97

Please sign in to comment.