Skip to content

Commit

Permalink
Updated version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Aug 25, 2016
1 parent 81013b7 commit 20c38bb
Show file tree
Hide file tree
Showing 2 changed files with 11 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 = 10 // minor feature releases
def versionMinor = 11 // minor feature releases
def versionPatch = 0 // hot fixes
def versionBuild = 10 // build version
def versionBuild = 11 // build version

// Double check the versioning
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {
Expand Down
17 changes: 9 additions & 8 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"Entries": [
{
"VersionCode": 1110011,
"Title": "Changes in version 1.11.0",
"Messages": [
"Added number of main and neighboring cells to main screen.",
"Improved insufficient permissions handling.",
"Updated external components."
]
},
{
"VersionCode": 1100010,
"Title": "Changes in version 1.10.0",
Expand Down Expand Up @@ -73,14 +82,6 @@
"Fixed crash when web browser is not installed on a device.",
"Improved notification layout for displaying long text."
]
},
{
"VersionCode": 49,
"Title": "Changes in version 1.7.4",
"Description": "<a href=\"https://plus.google.com/communities/105724371687131986494\"><b><big>Official Google+ community</big></b></a>",
"Messages": [
"Fixed wrong description color and content in Collector and Advanced preferences."
]
}
]
}

0 comments on commit 20c38bb

Please sign in to comment.