Skip to content

Commit 2906b1c

Browse files
committed
Now community-maintained
1 parent 649af6c commit 2906b1c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# The Wikimedia Commons Android App #
22

3-
Please note that this app is no longer officially supported by the Wikimedia Foundation.
3+
Community-maintained app, independant from the Wikimedia Foundation. Volunteers welcome!
44

55
## Build Requirements ##
66

7-
1. [Android SDK][1] (Level 15)
7+
1. [Android SDK][1] (Level 22)
88
2. [Maven][2]
99

1010
## Build Instructions ##
1111

1212
1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK
1313
2. Run `mvn install` to build
1414
3. Run `cd commons && mvn android:deploy` to deploy to a device
15-
4. There is no step 4
1615

1716
**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.
1817

@@ -44,9 +43,9 @@ Please note that this app is no longer officially supported by the Wikimedia Fou
4443

4544
This software is licensed under the [Apache License][5].
4645

47-
## Bugs? ##
46+
## Bugs ##
4847

49-
This software has no bugs. You can dispute this statement at [bugzilla][3]
48+
Please report all bugs on [Github][3].
5049

5150
## Code Structure ##
5251

@@ -95,7 +94,7 @@ Thumbnail images are not currently cached. (?)
9594

9695
[1]: https://developer.android.com/sdk/index.html
9796
[2]: https://maven.apache.org/
98-
[3]: https://bugzilla.wikimedia.org/enter_bug.cgi?product=Commons%20App
97+
[3]: https://github.com/nicolas-raoul/apps-android-commons/issues
9998
[4]: http://search.maven.org/
10099
[5]: https://www.apache.org/licenses/LICENSE-2.0
101100
[6]: http://www.jetbrains.com/idea/download/index.html

0 commit comments

Comments
 (0)