diff --git a/app/build.gradle b/app/build.gradle index 72ce9fc0..83154e4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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]) { diff --git a/app/src/main/res/raw/changelog.json b/app/src/main/res/raw/changelog.json index ebf7a869..6bf63852 100644 --- a/app/src/main/res/raw/changelog.json +++ b/app/src/main/res/raw/changelog.json @@ -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", @@ -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": "Official Google+ community", - "Messages": [ - "Fixed wrong description color and content in Collector and Advanced preferences." - ] } ] } \ No newline at end of file