Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed Feb 6, 2017
1 parent 894e624 commit 81d6184
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
NominatimGeocoderBackend
========================
[UnifiedNlp](https://github.com/microg/android_packages_apps_UnifiedNlp) geocoder backend that uses MapQuest's Nominatim service (based on OpenStreeMap)
[UnifiedNlp](https://github.com/microg/android_packages_apps_UnifiedNlp) geocoder backend that uses OSM Nominatim service.

Building
--------
Build using gradle. Remember to `git submodule init` before.
Build using gradle.


Used libraries
Expand All @@ -13,7 +13,7 @@ Used libraries

License
-------
Copyright 2014-2015 μg Project Team
Copyright 2014-2017 microG Project Team

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ buildscript {

apply plugin: 'com.android.application'

/* This is a hack, trying to provide release updates to F-Droid until it can properly handle Gradle
applicationId "org.microg.nlp.backend.nominatim"
versionName "1.2.0"
versionCode "20038"
*/


String getMyVersionName() {
def stdout = new ByteArrayOutputStream()
if (rootProject.file("gradlew").exists())
Expand Down

0 comments on commit 81d6184

Please sign in to comment.