Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update dependencies for Capacitor updates and Live Updates feat #38

Merged
merged 2 commits into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <hi@ionic.io> (https://ionic.io)",
Expand Down