Skip to content

Commit a1c75fb

Browse files
committed
Updated version to 1.9.2.
1 parent 2ad5d30 commit a1c75fb

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// each of the version numbers must be 0-99
22
def versionMajor = 1 // major releases
33
def versionMinor = 9 // minor feature releases
4-
def versionPatch = 1 // hot fixes
5-
def versionBuild = 6 // build version
4+
def versionPatch = 2 // hot fixes
5+
def versionBuild = 7 // build version
66

77
// Double check the versioning
88
for (versionPart in [versionPatch, versionMinor, versionMajor, versionBuild]) {

app/src/main/res/raw/changelog.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"Entries": [
3+
{
4+
"VersionCode": 1090207,
5+
"Title": "Changes in version 1.9.2",
6+
"Messages": [
7+
"Fixed crash when stopping Collector on some devices.",
8+
"Fixed network type settings not opened on Android Ice Cream Sandwich.",
9+
"Hidden 'Network type' menu item if system is unable to open it.",
10+
"Improved error handling."
11+
]
12+
},
313
{
414
"VersionCode": 1090106,
515
"Title": "Changes in version 1.9.1",
@@ -77,17 +87,6 @@
7787
"Small improvements in GPS optimization parameters.",
7888
"Improved network error handling."
7989
]
80-
},
81-
{
82-
"VersionCode": 46,
83-
"Title": "Changes in version 1.7.1",
84-
"Description": "<a href=\"https://plus.google.com/communities/105724371687131986494\"><b><big>Check out official Google+ community page!</big></b></a><br/><br/>You can find there useful information, links, post ideas and ask questions.",
85-
"Messages": [
86-
"Fixed milliseconds saving in exported CSV file.",
87-
"Improved OpenCellID.org upload compatibility.",
88-
"Added Timing Advance column to exported CSV file for LTE cells.",
89-
"Added link to official Google+ Community in Preferences."
90-
]
9190
}
9291
]
9392
}

0 commit comments

Comments
 (0)