Skip to content

Commit

Permalink
Updated version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Sep 30, 2016
1 parent 3e574c2 commit 5d7752a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
def versionMajor = 1 // major releases
def versionMinor = 13 // minor feature releases
def versionPatch = 0 // hot fixes
def versionBuild = 13 // build version
def versionBuild = 14 // build version

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
Expand All @@ -23,7 +23,7 @@ android {
minSdkVersion 14
targetSdkVersion 24
versionCode versionMajor * 1000000 + versionMinor * 10000 + versionPatch * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionPatch}-beta1"
versionName "${versionMajor}.${versionMinor}.${versionPatch}"

Properties props = getCustomProperties()
println 'Defining custom build config fields'
Expand Down
20 changes: 6 additions & 14 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"Entries": [
{
"VersionCode": 1130013,
"Title": "Changes in version 1.13.0-beta1",
"Description": "Join Tower Collector community on <a href=\"https://www.facebook.com/towercollector/\">Facebook (new!)</a> or <a href=\"https://plus.google.com/communities/105724371687131986494\">Google+</a> to get help and share your ideas :)",
"VersionCode": 1130014,
"Title": "Changes in version 1.13.0",
"Description": "Join Tower Collector community on <a href=\"https://www.facebook.com/towercollector/\">Facebook</a> or <a href=\"https://plus.google.com/communities/105724371687131986494\">Google+</a> to get help and share your ideas :)",
"Messages": [
"Improved app performance and shortened startup time."
"Improved app performance and shortened startup time.",
"Fixed crash when refreshing statistics.",
"Fixed formatting issue in CSV files when GPS altitude over 1000 m."
]
},
{
Expand Down Expand Up @@ -41,16 +43,6 @@
"Messages": [
"Fixed 'GPS status' and 'incorrect system time' information not updated correctly."
]
},
{
"VersionCode": 1090207,
"Title": "Changes in version 1.9.2",
"Messages": [
"Fixed crash when stopping Collector on some devices.",
"Fixed network type settings not opened on Android Ice Cream Sandwich.",
"Hidden 'Network type' menu item if system is unable to open it.",
"Improved error handling."
]
}
]
}

0 comments on commit 5d7752a

Please sign in to comment.