chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+6
View File
@@ -10,6 +10,12 @@
### 💡 Others
## 17.0.11 — 2026-04-27
### 🐛 Bug fixes
- fix potential `null` mime type reported ([#43734](https://github.com/expo/expo/pull/43734) by [@vonovak](https://github.com/vonovak))
## 17.0.10 — 2025-12-11
### 🐛 Bug fixes
+2 -2
View File
@@ -4,13 +4,13 @@ plugins {
}
group = 'host.exp.exponent'
version = '17.0.10'
version = '17.0.11'
android {
namespace "expo.modules.imagepicker"
defaultConfig {
versionCode 22
versionName "17.0.10"
versionName "17.0.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {
@@ -40,14 +40,14 @@ internal fun getType(contentResolver: ContentResolver, uri: Uri): String? {
null,
null,
null
).use { cursor ->
if (cursor?.moveToFirst() == true) {
)?.use { cursor ->
if (cursor.moveToFirst()) {
val columnIndex = cursor.getColumnIndex(DocumentsContract.Document.COLUMN_MIME_TYPE)
if (columnIndex != -1 && !cursor.isNull(columnIndex)) {
cursor.getString(columnIndex)
return@use cursor.getString(columnIndex)
}
}
null
return@use null
}
}
+1 -1
View File
@@ -8,7 +8,7 @@
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.imagepicker",
"version": "17.0.10",
"version": "17.0.11",
"repository": "local-maven-repo"
}
}
@@ -1 +0,0 @@
49ca9b3dce4cee0b6a3e56d11d88d59a33dd7a1e12f3feb00de7769861e271a9
@@ -1 +0,0 @@
f134926ca57ba812ad740b762e7cfa547edca55f3d7461f772448e46cd6a1def3d65187b30d1a059461982339f92ef6ce54e5cbeb07c9591558e6b7cb538889c
@@ -1 +0,0 @@
a582750c4697e74a76713e381bb579a0ba23ad9b4c92d2591768b51f43e660e1
@@ -1 +0,0 @@
48b86f26f07dd1bfa5bb3c7783e5d7523a631208ce649c383957b254f2951f3f8aea42b04e015b87808e4145df561ceac1fc4a6a05ff77460c5df36de8ff38e6
@@ -1,129 +0,0 @@
{
"formatVersion": "1.1",
"component": {
"group": "host.exp.exponent",
"module": "expo.modules.imagepicker",
"version": "17.0.10",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.14.3"
}
},
"variants": [
{
"name": "releaseVariantReleaseApiPublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "expo.modules.imagepicker-17.0.10.aar",
"url": "expo.modules.imagepicker-17.0.10.aar",
"size": 150809,
"sha512": "48b86f26f07dd1bfa5bb3c7783e5d7523a631208ce649c383957b254f2951f3f8aea42b04e015b87808e4145df561ceac1fc4a6a05ff77460c5df36de8ff38e6",
"sha256": "a582750c4697e74a76713e381bb579a0ba23ad9b4c92d2591768b51f43e660e1",
"sha1": "6aef5999954b547fd3786ceb3912edd5d006b7e1",
"md5": "a0189d8d48c04a75df3d8c22b9d19194"
}
]
},
{
"name": "releaseVariantReleaseRuntimePublication",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.libraryelements": "aar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.jetbrains.kotlin",
"module": "kotlin-stdlib-jdk7",
"version": {
"requires": "2.1.20"
}
},
{
"group": "androidx.activity",
"module": "activity-ktx",
"version": {
"requires": "1.10.0"
}
},
{
"group": "androidx.appcompat",
"module": "appcompat",
"version": {
"requires": "1.7.0"
}
},
{
"group": "androidx.exifinterface",
"module": "exifinterface",
"version": {
"requires": "1.3.7"
}
},
{
"group": "com.vanniktech",
"module": "android-image-cropper",
"version": {
"requires": "4.6.0"
}
},
{
"group": "org.jetbrains.kotlinx",
"module": "kotlinx-coroutines-android",
"version": {
"requires": "1.6.3"
}
},
{
"group": "org.jetbrains.kotlinx",
"module": "kotlinx-coroutines-core",
"version": {
"requires": "1.6.3"
}
}
],
"files": [
{
"name": "expo.modules.imagepicker-17.0.10.aar",
"url": "expo.modules.imagepicker-17.0.10.aar",
"size": 150809,
"sha512": "48b86f26f07dd1bfa5bb3c7783e5d7523a631208ce649c383957b254f2951f3f8aea42b04e015b87808e4145df561ceac1fc4a6a05ff77460c5df36de8ff38e6",
"sha256": "a582750c4697e74a76713e381bb579a0ba23ad9b4c92d2591768b51f43e660e1",
"sha1": "6aef5999954b547fd3786ceb3912edd5d006b7e1",
"md5": "a0189d8d48c04a75df3d8c22b9d19194"
}
]
},
{
"name": "releaseVariantReleaseSourcePublication",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "sources",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "expo.modules.imagepicker-17.0.10-sources.jar",
"url": "expo.modules.imagepicker-17.0.10-sources.jar",
"size": 24712,
"sha512": "f134926ca57ba812ad740b762e7cfa547edca55f3d7461f772448e46cd6a1def3d65187b30d1a059461982339f92ef6ce54e5cbeb07c9591558e6b7cb538889c",
"sha256": "49ca9b3dce4cee0b6a3e56d11d88d59a33dd7a1e12f3feb00de7769861e271a9",
"sha1": "38305e73c7a08febf694eb2c3bb06d0965bf7661",
"md5": "7171e4b278d51977668a0295dd69facf"
}
]
}
]
}
@@ -1 +0,0 @@
2342af5b2a781fdd28f9f408d40cd2e3c49db714c6b3f0d71a52e887c1d84e3e
@@ -1 +0,0 @@
8ec914acf8eb319b68c021ef2e7495569f50bede60aa3e0e9b2a97d0eb1ebf1d33aee2ad871c933c4ed3bfee1bcefffd9a3cbbe2015a9aac5c89fad44aaa7c9b
@@ -1,71 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>host.exp.exponent</groupId>
<artifactId>expo.modules.imagepicker</artifactId>
<version>17.0.10</version>
<packaging>aar</packaging>
<name>expo.modules.imagepicker</name>
<url>https://github.com/expo/expo</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://github.com/expo/expo/blob/main/LICENSE</url>
</license>
</licenses>
<scm>
<connection>https://github.com/expo/expo.git</connection>
<developerConnection>https://github.com/expo/expo.git</developerConnection>
<url>https://github.com/expo/expo</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk7</artifactId>
<version>2.1.20</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.activity</groupId>
<artifactId>activity-ktx</artifactId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.exifinterface</groupId>
<artifactId>exifinterface</artifactId>
<version>1.3.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.vanniktech</groupId>
<artifactId>android-image-cropper</artifactId>
<version>4.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.6.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.6.3</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
@@ -1 +0,0 @@
4c63cdb99a44b4e0828244b121c682eafeb045145f585e7f8b72fd3caf94a9b7
@@ -1 +0,0 @@
21053d97130509a33f4f55b7b69934c1fb50ae2a15609e68e5913bed6aa8a74204f23297ca1c3e9afc12f4615a366d2745445cf54b0e48c8b0d82da46dfb5973
@@ -3,11 +3,11 @@
<groupId>host.exp.exponent</groupId>
<artifactId>expo.modules.imagepicker</artifactId>
<versioning>
<latest>17.0.10</latest>
<release>17.0.10</release>
<latest>17.0.11</latest>
<release>17.0.11</release>
<versions>
<version>17.0.10</version>
<version>17.0.11</version>
</versions>
<lastUpdated>20251211203607</lastUpdated>
<lastUpdated>20260427134253</lastUpdated>
</versioning>
</metadata>
@@ -1 +1 @@
e1ead712d962dbef1b680cc7b41653f5
37bff37c87bdcc595fb2151f25000ddb
@@ -1 +1 @@
86babf85a8d1b101bc61ec50353da23156947f55
bfcebbb8ee3ab108b9342b79ad7bec6b7071ffda
@@ -1 +1 @@
e09d104cea1a56f4d255ece47406160d79cb2f06e778ca5f20e46b24b181eed8
729850275071986755d3fc78786da14d8953d8f166306c28a62b052a9b3df163
@@ -1 +1 @@
2580cad6c336fb8ae585907550bba011dd2fd6a6f986dfe0e973a390fbf595a95cd0128d9aed010a56a361fc0b2e10d0372ce133e2a89c8a29d7cff98ca5ba09
6a02f7fc6a8a409392976f7faef471cd06a245f865557efc1b2266209b5e9886ec412bd4ecf2b3708e7ea039b03af0df08213be05ef788f74036e543e7187e0d
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "expo-image-picker",
"version": "17.0.10",
"version": "17.0.11",
"description": "Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.",
"main": "build/ImagePicker.js",
"types": "build/ImagePicker.d.ts",
@@ -45,5 +45,5 @@
"peerDependencies": {
"expo": "*"
},
"gitHead": "b6d1de9d53724e311e417c51dd0a9f9bee1c040d"
"gitHead": "dd4e87727c4ef32ac5d8a7b5a42fd80da254140f"
}