diff --git a/README.md b/README.md index 268c355e..f455e9f2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen. - **vtm** contains the core library - **vtm-android** Android backend (no libgdx required) - **vtm-android-example** provides examples using **vtm-android** -- **vtm-android-app** opensciencemap app using **vtm-android** - **vtm-gdx** common libgdx backend code - **vtm-android-gdx** Android application - **vtm-desktop** Desktop application @@ -35,7 +34,7 @@ VTM is part of the OpenScienceMap project and developed at University of Bremen. `git clone --recursive https://github.com/opensciencemap/vtm` -Install Android SDK and build-tools 19.1. From extras add +Install Android SDK and build-tools 20.0. From extras add 'Android Support Library/Repository' and 'Google Repository'. The commands below should set things up correctly when Android SDK is already installed. @@ -43,10 +42,6 @@ SDK is already installed. export ANDROID_HOME=/path/to/your/android-sdk ./android-stuff.sh ``` -To use a different build-tools version X run: -``` -find -name build.gradle | xargs sed -i 's/19\.1/19.X/g' -``` ### Eclipse `./gradlew eclipse`