We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e432d7e commit 1058e16Copy full SHA for 1058e16
deps/bugsnag-plugin-android-unreal/build.gradle
@@ -27,14 +27,6 @@ android {
27
}
28
29
30
-configurations.all {
31
- exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk7"
32
- exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"
33
- resolutionStrategy {
34
- force "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
35
- }
36
-}
37
-
38
dependencies {
39
api "com.bugsnag:bugsnag-android-core:6.19.0"
40
androidTestImplementation 'androidx.test:runner:1.4.0'
0 commit comments