Skip to content
Open
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
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io.customer/android/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Versions {
internal const val SEGMENT = "1.19.2"
internal const val REDUX_KOTLIN = "0.6.0"
internal const val ROBOLECTRIC = "4.16"
internal const val OKHTTP = "5.2.1"
internal const val OKHTTP = "4.12.0"
internal const val RETROFIT = "2.11.0"

// Compose (using latest stable BOM compatible with Kotlin 2.1.21)
Expand Down
8 changes: 0 additions & 8 deletions messaginginapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ android {
viewBinding true
}

packaging {
resources {
excludes += [
'META-INF/versions/9/OSGI-INF/MANIFEST.MF',
'META-INF/OSGI-INF/MANIFEST.MF'
]
}
}
}

dependencies {
Expand Down
9 changes: 0 additions & 9 deletions samples/java_layout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ android {
// BuildConfig is now enabled in sample-app.gradle
}

packaging {
resources {
excludes += [
'META-INF/versions/9/OSGI-INF/MANIFEST.MF',
'META-INF/OSGI-INF/MANIFEST.MF'
]
}
}

// No need for composeOptions reference as it's conditionally applied in sample-app.gradle
}

Expand Down
7 changes: 0 additions & 7 deletions samples/kotlin_compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ android {
}
// buildFeatures and composeOptions are configured in sample-app.gradle

packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
excludes += "META-INF/versions/9/OSGI-INF/MANIFEST.MF"
excludes += "META-INF/OSGI-INF/MANIFEST.MF"
}
}
}

kotlin {
Expand Down
Loading