Skip to content

Commit 9078130

Browse files
committed
bump oshi version
1 parent 6775b03 commit 9078130

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

instrumentation/oshi/library/build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ plugins {
33
id("com.google.osdetector")
44
}
55

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-
96
dependencies {
10-
library("com.github.oshi:oshi-core:$oshiVersion")
7+
// 5.5.0 is the first version that works on arm mac
8+
library("com.github.oshi:oshi-core:5.5.0")
119

1210
testImplementation(project(":instrumentation:oshi:testing"))
1311
}

0 commit comments

Comments
 (0)