Skip to content

Commit

Permalink
Bump 1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Apr 20, 2019
1 parent 7098d1d commit 7027e60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "com.pluscubed.velociraptor"
minSdkVersion 21
targetSdkVersion 28
versionCode 55
versionName "1.6.18"
versionCode 56
versionName "1.6.19"
vectorDrawables.useSupportLibrary = true
manifestPlaceholders = [appName: "@string/app_name"]
if(project.hasProperty("FABRIC_API_KEY")){
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@
</style>
</head>
<body>
<h4>v1.6.12-18 - 3/18/19</h4>
<h4>v1.6.12-19 - 4/20/19</h4>
<ul>
<li>Add donation link to OpenStreetMap.org</li>
<li>Allow using "GMaps: Only when navigating" without accessibility service</li>
<li>Fix locales that use comma decimal points</li>
<li>Fix crashes</li>
<li>Update translations from OneSky</li>
</ul>
Expand Down

0 comments on commit 7027e60

Please sign in to comment.