Skip to content

Commit 1bdcf3f

Browse files
authored
Merge pull request commons-app#229 from misaochan/master
Versioning for release
2 parents b95320c + 20cf577 commit 1bdcf3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Wikimedia Commons for Android
22

3+
##v1.25
4+
- Added in-app signup feature for new users
5+
- Fixed crash when reading GPS coordinates
6+
37
##v1.24
48
- Moved from bits/event.gif to wikimedia/beacon
59
- Fixed issue with needing to tap gallery again after giving permissions

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="fr.free.nrw.commons"
3-
android:versionCode="42"
4-
android:versionName="1.24" >
3+
android:versionCode="43"
4+
android:versionName="1.25" >
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

0 commit comments

Comments
 (0)