Skip to content

Commit 1058e16

Browse files
committed
revert unnecessary injection
1 parent e432d7e commit 1058e16

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

deps/bugsnag-plugin-android-unreal/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ android {
2727
}
2828
}
2929

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-
3830
dependencies {
3931
api "com.bugsnag:bugsnag-android-core:6.19.0"
4032
androidTestImplementation 'androidx.test:runner:1.4.0'

0 commit comments

Comments
 (0)