Skip to content

Commit

Permalink
Prepare for 2.0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardol committed Feb 11, 2020
1 parent 9c3aeb7 commit d94d95d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion app/assets/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
</head>
<body>
<h1>What's new</h1>
<h2>v2.0.5.2</h2>
<p>
<ul>
<li>#890 Apply path simplification on each "segment" of the path individually</li>
<li>#885 GPX export: Do not export empty trkseg</li>
<li>#888 #891 Transifex ja, ru, de</li>
</ul>
<h2>v2.0.5.1</h2>
<p>
<ul>
<li>#879 GPX/TCX file formats option for File and Dropbox Synchronizers</li>
<li>#880 #82 Transifex sv, fr, ja, nl</li>
<li>#880 #882 Transifex sv, fr, ja, nl</li>
</ul>
<h2>v2.0.5.0</h2>
<p>Superseded by 2.0.5.1
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ project.ext {
mockitoVersion = '2.3.7'

//The tag for the release must be identical for F-Droid
versionName = '2.0.5.1'
versionCode = 208
versionName = '2.0.5.2'
versionCode = 209

travisBuild = System.getenv("TRAVIS") == "true"
// allows for -Dpre-dex=false to be set
Expand Down

3 comments on commit d94d95d

@opoto
Copy link
Contributor

@opoto opoto commented on d94d95d Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this new release!
What is your strategy regarding Google Play publication? For security reasons I'm reluctant to install application that have not gone though Google Play security scans...

@gerhardol
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tried to get Jonas to add every release since 2.0 in Play...
He says he is working on it...

@opoto
Copy link
Contributor

@opoto opoto commented on d94d95d Feb 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, thanks

Please sign in to comment.