Skip to content

Commit

Permalink
Updated to version 2.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Oct 31, 2021
1 parent 9589a27 commit 5c03e3b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "info.zamojski.soft.towercollector"
minSdkVersion 14
targetSdkVersion 20
versionCode 2000944
versionName "2.0.9"
versionCode 2001045
versionName "2.0.10"

vectorDrawables.useSupportLibrary = true

Expand Down
18 changes: 7 additions & 11 deletions app/src/main/res/raw/changelog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"Entries": [
{
"VersionCode": 2001045,
"Title": "Changes in version 2.0.10",
"Messages": [
"Fix GPS Week Number Rollover on devices manufactured between 2006 and 2016."
]
},
{
"VersionCode": 2000944,
"Title": "Changes in version 2.0.9",
Expand Down Expand Up @@ -40,17 +47,6 @@
"Fix upload and export to file skipping some measurements.",
"Fix statistics calculated incorrectly."
]
},
{
"VersionCode": 2000540,
"Title": "Changes in version 2.0.5",
"Description": "Do you want stay updated? Follow one of the app communities <a href=\"https://www.facebook.com/towercollector/\">Facebook</a> or <a href=\"https://twitter.com/towercollector/\">Twitter</a>!",
"Messages": [
"Fixed asking to enable GPS before obtaining necessary permissions.",
"Fixed crash when checking for updates on Samsung Galaxy S9+.",
"Fixed failing export to GPX.",
"Changed upload result notification to be single line."
]
}
]
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.google.gms:google-services:4.3.2'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
7 changes: 3 additions & 4 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#Wed Sep 04 19:20:37 CEST 2019
#Wed Sep 29 20:47:43 CEST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionSha256Sum=14cd15fc8cc8705bd69dcfa3c8fefb27eb7027f5de4b47a8b279218f76895a91
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 5c03e3b

Please sign in to comment.