We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6775b03 commit 9078130Copy full SHA for 9078130
instrumentation/oshi/library/build.gradle.kts
@@ -3,11 +3,9 @@ plugins {
3
id("com.google.osdetector")
4
}
5
6
-// 5.5.0 is the first version that works on arm mac
7
-val oshiVersion = if (osdetector.os == "osx" && osdetector.arch == "aarch_64") "5.5.0" else "5.3.1"
8
-
9
dependencies {
10
- library("com.github.oshi:oshi-core:$oshiVersion")
+ // 5.5.0 is the first version that works on arm mac
+ library("com.github.oshi:oshi-core:5.5.0")
11
12
testImplementation(project(":instrumentation:oshi:testing"))
13
0 commit comments