add info version, generate fatJar

This commit is contained in:
afischerdev 2021-08-03 10:30:58 +02:00
parent 8e008a8d66
commit 47171e6f44
2 changed files with 13 additions and 2 deletions

View file

@ -64,6 +64,12 @@ app), use
```
gradlew clean build -x :brouter-routing-app:build
```
Then build jars for server and map creator with all dependent classes
```
gradlew farJar
```
@ -85,7 +91,7 @@ binary format (rd5) for improved efficiency of BRouter routing.
#### Download them from brouter.de
Segments files from the whole planet are generated weekly at
[http://brouter.de/brouter/segments4/](http://brouter.de/brouter/segments4/).
[https://brouter.de/brouter/segments4/](http://brouter.de/brouter/segments4/).
You can download one or more segments files, covering the area of the planet
your want to route, into the `misc/segments4` directory.

View file

@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.android.tools.build:gradle:7.0.0'
// NOTE: Do not place your application dependencies here; they belong
@ -17,6 +17,11 @@ buildscript {
}
allprojects {
// NOTE:
// there are three places to change the version number
// this file
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
project.version "1.6.1"
repositories {