Skip to content

Commit aeba8fa

Browse files
authored
feat(android): Updates to use Capacitor 5.5.X (#55)
1 parent 8c5b3d2 commit aeba8fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IonicPortals/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ android {
4545
dependencies {
4646
implementation(kotlin("reflect"))
4747

48-
api("com.capacitorjs:core:[5.4.1,5.5.0)")
48+
api("com.capacitorjs:core:[5.5.0,5.6.0)")
4949
compileOnly("io.ionic:liveupdates:0.4.1")
5050

5151
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0")

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-portals-android",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Ionic Portals",
55
"homepage": "https://ionic.io/portals",
66
"author": "Ionic Team <[email protected]> (https://ionic.io)",

0 commit comments

Comments
 (0)