File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Wikimedia Commons for Android
22
3+ ##v1.26
4+ - Fixed bug with overwriting files when multiple images selected
5+
36##v1.25
47- Added in-app signup feature for new users
58- Fixed crash when reading GPS coordinates
Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
22 package =" fr.free.nrw.commons"
3- android : versionCode =" 43 "
4- android : versionName =" 1.25 " >
3+ android : versionCode =" 44 "
4+ android : versionName =" 1.26 " >
55
66 <uses-permission android : name =" android.permission.INTERNET" />
77 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.1.2 '
8+ classpath ' com.android.tools.build:gradle:2.1.3 '
99 }
1010}
1111
Original file line number Diff line number Diff line change 1- # Thu Jun 02 01:24:07 BST 2016
1+ # Wed Aug 17 16:02:52 NZST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
You can’t perform that action at this time.
0 commit comments