Skip to content

Commit

Permalink
chore: update dependencies for Capacitor updates and Live Updates feat (
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored Apr 3, 2023
1 parent ba09549 commit 44d57bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.5]() (2023-04-03)

* chore: update dependencies for Capacitor updates and Live Updates feat





# [0.7.4]() (2023-02-27)

* feat: support configuration files on portal-by-portal basis and within live updates
Expand Down
4 changes: 2 additions & 2 deletions IonicPortals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
dependencies {
implementation(kotlin("reflect"))

api("com.capacitorjs:core:4.7.0")
compileOnly("io.ionic:liveupdates:0.2.2")
api("com.capacitorjs:core:4.7.3")
compileOnly("io.ionic:liveupdates:0.4.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3")
implementation( "androidx.core:core-ktx:1.8.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.7.4",
"version": "0.7.5",
"description": "Ionic Portals",
"homepage": "https://ionic.io/portals",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down

0 comments on commit 44d57bc

Please sign in to comment.