File tree 2 files changed +2
-2
lines changed
app/src/main/java/fr/free/nrw/commons/explore/media
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class MediaConverter
40
40
metadata.licenseShortName(),
41
41
metadata.prefixedLicenseUrl,
42
42
getAuthor(metadata),
43
- imageInfo.user ,
43
+ getAuthor(metadata) ,
44
44
MediaDataExtractorUtil .extractCategoriesFromList(metadata.categories),
45
45
metadata.latLng,
46
46
entity.labels().mapValues { it.value.value() },
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
maven { url " https://plugins.gradle.org/m2/" }
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:8.5.0 '
9
+ classpath ' com.android.tools.build:gradle:8.2.2 '
10
10
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION "
12
12
classpath ' org.codehaus.groovy:groovy-all:2.4.15'
You can’t perform that action at this time.
0 commit comments