Skip to content

Commit 18f0d51

Browse files
committed
Fix meta-inf error
1 parent 4108b08 commit 18f0d51

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

step5/androidApp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ android {
2222
packaging {
2323
resources {
2424
excludes += "/META-INF/{AL2.0,LGPL2.1}"
25-
excludes += "META-INF/versions/9/previous-compilation-data.bin"
2625
}
2726
}
2827
buildTypes {

step5/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin {
2525
}
2626
}
2727

28-
val ktorVersion = "2.3.5"
28+
val ktorVersion = "2.3.7"
2929

3030
sourceSets {
3131
all {

step5_skie/androidApp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ android {
2222
packaging {
2323
resources {
2424
excludes += "/META-INF/{AL2.0,LGPL2.1}"
25-
excludes += "META-INF/versions/9/previous-compilation-data.bin"
2625
}
2726
}
2827
buildTypes {

step5_skie/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin {
2424
}
2525
}
2626

27-
val ktorVersion = "2.3.5"
27+
val ktorVersion = "2.3.7"
2828

2929
sourceSets {
3030
all {

0 commit comments

Comments
 (0)