mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
commit
0576339dd8
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v1.14
|
||||||
|
- Migrated to Gradle
|
||||||
|
- Fixed API 23 permission crash
|
||||||
|
- Fixed "Template:According to EXIF data" analyzing EXIF data incorrectly
|
||||||
|
|
||||||
## v1.13
|
## v1.13
|
||||||
- Fixed prettyLicense and mediaUri crashes
|
- Fixed prettyLicense and mediaUri crashes
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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="29"
|
android:versionCode="30"
|
||||||
android:versionName="1.13" >
|
android:versionName="1.14" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="9"
|
android:minSdkVersion="9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue