Fix action junit report version #267
Annotations
3 warnings
app/build.gradle.kts#L19
Target SDK attribute is not targeting latest version: Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the `android.os.Build.VERSION_CODES` javadoc for details.
|
core/src/main/java/com/infinitepower/newquiz/core/ui/text/CompactDecimalText.kt#L51
Implied default locale in case conversion: Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead
|
core/src/main/java/com/infinitepower/newquiz/core/util/kotlin/NumberUtils.kt#L3
Implied default locale in case conversion: Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead
|
This job succeeded
Loading