mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #416 from misaochan/master
Versioning and changelog for v2.0.1
This commit is contained in:
commit
cbbca8754c
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
##v2.0.1
|
||||||
|
- Disabled minify again (reenabling test failed)
|
||||||
|
- Hotfix for ShareAction bug
|
||||||
|
|
||||||
##v2.0
|
##v2.0
|
||||||
- Modified Share button in media details fragment to allow user to choose different apps
|
- Modified Share button in media details fragment to allow user to choose different apps
|
||||||
- Added CC-BY 4.0 and CC-BY-SA 4.0 to license options
|
- Added CC-BY 4.0 and CC-BY-SA 4.0 to license options
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="fr.free.nrw.commons"
|
package="fr.free.nrw.commons"
|
||||||
android:versionCode="63"
|
android:versionCode="64"
|
||||||
android:versionName="2.0" >
|
android:versionName="2.0.1" >
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue