diff --git a/README.md b/README.md index 8093649a9..e98b53282 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # The Wikimedia Commons Android App # -Please note that this app is no longer officially supported by the Wikimedia Foundation. +Community-maintained app, independant from the Wikimedia Foundation. Volunteers welcome! ## Build Requirements ## -1. [Android SDK][1] (Level 15) +1. [Android SDK][1] (Level 22) 2. [Maven][2] ## Build Instructions ## @@ -12,7 +12,6 @@ Please note that this app is no longer officially supported by the Wikimedia Fou 1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK 2. Run `mvn install` to build 3. Run `cd commons && mvn android:deploy` to deploy to a device -4. There is no step 4 **Note**: Currently uses a bunch of dependencies that are staged at `yuvi.in/blog/maven`. Will be migrated to either [Maven Central][4] or a Wikimedia staging server soon. @@ -44,9 +43,9 @@ Please note that this app is no longer officially supported by the Wikimedia Fou This software is licensed under the [Apache License][5]. -## Bugs? ## +## Bugs ## -This software has no bugs. You can dispute this statement at [bugzilla][3] +Please report all bugs on [Github][3]. ## Code Structure ## @@ -95,7 +94,7 @@ Thumbnail images are not currently cached. (?) [1]: https://developer.android.com/sdk/index.html [2]: https://maven.apache.org/ -[3]: https://bugzilla.wikimedia.org/enter_bug.cgi?product=Commons%20App +[3]: https://github.com/nicolas-raoul/apps-android-commons/issues [4]: http://search.maven.org/ [5]: https://www.apache.org/licenses/LICENSE-2.0 [6]: http://www.jetbrains.com/idea/download/index.html