Skip to content

Commit 81d6184

Browse files
committed
Release 1.2.0
1 parent 894e624 commit 81d6184

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
NominatimGeocoderBackend
22
========================
3-
[UnifiedNlp](https://github.com/microg/android_packages_apps_UnifiedNlp) geocoder backend that uses MapQuest's Nominatim service (based on OpenStreeMap)
3+
[UnifiedNlp](https://github.com/microg/android_packages_apps_UnifiedNlp) geocoder backend that uses OSM Nominatim service.
44

55
Building
66
--------
7-
Build using gradle. Remember to `git submodule init` before.
7+
Build using gradle.
88

99

1010
Used libraries
@@ -13,7 +13,7 @@ Used libraries
1313

1414
License
1515
-------
16-
Copyright 2014-2015 μg Project Team
16+
Copyright 2014-2017 microG Project Team
1717

1818
Licensed under the Apache License, Version 2.0 (the "License");
1919
you may not use this file except in compliance with the License.

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ buildscript {
2525

2626
apply plugin: 'com.android.application'
2727

28+
/* This is a hack, trying to provide release updates to F-Droid until it can properly handle Gradle
29+
applicationId "org.microg.nlp.backend.nominatim"
30+
versionName "1.2.0"
31+
versionCode "20038"
32+
*/
33+
34+
2835
String getMyVersionName() {
2936
def stdout = new ByteArrayOutputStream()
3037
if (rootProject.file("gradlew").exists())

0 commit comments

Comments
 (0)