one version code for all gradle files

This commit is contained in:
afischerdev 2021-07-01 12:50:36 +02:00
parent f0ab35699c
commit 97a8757ecc
5 changed files with 10 additions and 6 deletions

View file

@ -46,10 +46,10 @@ A full documentation on how to set this up is available at
### Build and Install
To compile BRouter (including the BRouter Android app), add a file 'local.properties' to main folder with your Android path (Windows sample)
To compile BRouter including the BRouter Android app, add a file 'local.properties' to main folder with your Android path
```
sdk.dir=D\:\\Android\\android-sdk
sdk.dir=<your/android/sdk/path>
```