You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
1
# The Wikimedia Commons Android App #
2
2
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!
4
4
5
5
## Build Requirements ##
6
6
7
-
1.[Android SDK][1] (Level 15)
7
+
1.[Android SDK][1] (Level 22)
8
8
2.[Maven][2]
9
9
10
10
## Build Instructions ##
11
11
12
12
1. Set the environment variable `ANDROID_HOME` to be the path to your Android SDK
13
13
2. Run `mvn install` to build
14
14
3. Run `cd commons && mvn android:deploy` to deploy to a device
15
-
4. There is no step 4
16
15
17
16
**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.
18
17
@@ -44,9 +43,9 @@ Please note that this app is no longer officially supported by the Wikimedia Fou
44
43
45
44
This software is licensed under the [Apache License][5].
46
45
47
-
## Bugs? ##
46
+
## Bugs ##
48
47
49
-
This software has no bugs. You can dispute this statement at [bugzilla][3]
48
+
Please report all bugs on [Github][3].
50
49
51
50
## Code Structure ##
52
51
@@ -95,7 +94,7 @@ Thumbnail images are not currently cached. (?)
0 commit comments