Skip to content

Commit

Permalink
chore: portals version bump to use Capacitor 5.4.+ versions (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored Sep 22, 2023
1 parent c2dbaca commit 14944e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IonicPortals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
dependencies {
implementation(kotlin("reflect"))

api("com.capacitorjs:core:5.0.3")
api("com.capacitorjs:core:5.4.+")
compileOnly("io.ionic:liveupdates:0.4.1")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-portals-android",
"version": "0.8.0",
"version": "0.8.1",
"description": "Ionic Portals",
"homepage": "https://ionic.io/portals",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down

0 comments on commit 14944e3

Please sign in to comment.