Skip to content

Commit 2c05f5c

Browse files
chore: Prepare 1.0.0 release (#2)
* chore: Update native libraries * chore: Update version in CHANGELOG
1 parent 9c8236d commit 2c05f5c

File tree

28 files changed

+4
-4380
lines changed

28 files changed

+4
-4380
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.0]
88

99
### 2025-03-21
1010

packages/cordova-plugin/android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ allprojects {
1616
}
1717

1818
dependencies{
19-
// TODO to be replaced with io.ionic.libs:ionfileviewer-android@aar once it's published on maven
20-
implementation(files("libs/IONFileViewerLib-debug.aar"))
19+
implementation("io.ionic.libs:ionfileviewer-android:1.0.0")
2120

2221
implementation("com.github.outsystems:oscore-android:1.2.0@aar")
2322
implementation("com.github.outsystems:oscordova-android:2.0.1@aar")

packages/cordova-plugin/ios/IONFileViewerLib.xcframework/Info.plist

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)