mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Merge remote-tracking branch 'refs/remotes/origin/master' into npe-media
This commit is contained in:
commit
11f45a4fd8
2 changed files with 10 additions and 2 deletions
|
|
@ -1,5 +1,13 @@
|
||||||
# Wikimedia Commons for Android
|
# Wikimedia Commons for Android
|
||||||
|
|
||||||
|
## v1.16
|
||||||
|
- Fixed various crashes
|
||||||
|
- Reduced APK size
|
||||||
|
- Fixed 'waiting for first sync' bug
|
||||||
|
|
||||||
|
## v1.15
|
||||||
|
- Added material design logo
|
||||||
|
|
||||||
## v1.14
|
## v1.14
|
||||||
- Migrated to Gradle
|
- Migrated to Gradle
|
||||||
- Fixed API 23 permission crash
|
- Fixed API 23 permission crash
|
||||||
|
|
|
||||||
|
|
@ -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="33"
|
android:versionCode="34"
|
||||||
android:versionName="1.15" >
|
android:versionName="1.16" >
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="9"
|
android:minSdkVersion="9"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue