Skip to content

Commit f1baeaa

Browse files
authored
feat!: Capacitor 7 Upgrade (#74)
1 parent a941038 commit f1baeaa

File tree

66 files changed

+627
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+627
-617
lines changed

IonicPortals/build.gradle.kts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ if (System.getenv("PORTALS_PUBLISH") == "true") {
1010

1111
android {
1212
namespace = "io.ionic.portals"
13-
compileSdk = 34
13+
compileSdk = 35
1414

1515
defaultConfig {
16-
minSdk = 22
16+
minSdk = 23
1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}
1919

@@ -44,15 +44,15 @@ android {
4444
dependencies {
4545
implementation(kotlin("reflect"))
4646

47-
api("com.capacitorjs:core:[6.0.0,7.0.0)")
47+
api("com.capacitorjs:core:[7.0.0,7.1.0)")
4848
compileOnly("io.ionic:liveupdates:0.5.5")
4949

5050
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
51-
implementation("androidx.core:core-ktx:1.12.0")
52-
implementation("androidx.fragment:fragment-ktx:1.6.2")
53-
implementation("androidx.appcompat:appcompat:1.6.1")
54-
implementation("com.google.android.material:material:1.11.0")
51+
implementation("androidx.core:core-ktx:1.15.0")
52+
implementation("androidx.fragment:fragment-ktx:1.8.5")
53+
implementation("androidx.appcompat:appcompat:1.7.0")
54+
implementation("com.google.android.material:material:1.12.0")
5555
testImplementation("junit:junit:4.13.2")
56-
androidTestImplementation("androidx.test.ext:junit:1.1.5")
57-
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
56+
androidTestImplementation("androidx.test.ext:junit:1.2.1")
57+
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
5858
}

TestApp/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
1111
namespace = "io.ionic.portals.testapp"
12-
compileSdk = 34
12+
compileSdk = 35
1313

1414
buildFeatures {
1515
buildConfig = true
@@ -18,7 +18,7 @@ android {
1818
defaultConfig {
1919
applicationId = "io.ionic.portals.testapp"
2020
minSdk = 24
21-
targetSdk = 34
21+
targetSdk = 35
2222
versionCode = 1
2323
versionName = "1.0"
2424

TestApp/src/main/assets/testportal/assets/focus-visible-legacy-b3e947fe.js renamed to TestApp/src/main/assets/testportal/assets/focus-visible-legacy-e1229257.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestApp/src/main/assets/testportal/assets/index-0ac50534.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

TestApp/src/main/assets/testportal/assets/index-4b185821.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestApp/src/main/assets/testportal/assets/index-4daa4d98.js

Lines changed: 150 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestApp/src/main/assets/testportal/assets/index-acdcbd5b.js

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

TestApp/src/main/assets/testportal/assets/index-legacy-38f3ef4c.js

Lines changed: 102 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TestApp/src/main/assets/testportal/assets/index-legacy-ce2b42d5.js

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

TestApp/src/main/assets/testportal/assets/index9-721b9db4.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)