We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ea310 commit 48ec705Copy full SHA for 48ec705
CHANGELOG.md
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [Unreleased]
+## 1.0.1
8
+
9
+### 2025-08-01
10
11
+- Fix uploading files with content URIs by properly initializing Cursor.
12
13
### 2025-06-26
14
pom.xml
@@ -6,5 +6,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.ionic.libs</groupId>
<artifactId>ionfiletransfer-android</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</project>
0 commit comments