mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
test: Update checker
Also fixed bug found from the test unit
This commit is contained in:
parent
466d25156b
commit
0722cb2f2d
5 changed files with 105 additions and 25 deletions
|
@ -68,7 +68,13 @@ firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-ktx"
|
|||
unifile = { module = "com.github.tachiyomiorg:unifile", version = "17bec43" }
|
||||
viewstatepageradapter = { module = "com.nightlynexus.viewstatepageradapter:viewstatepageradapter", version = "1.1.0" }
|
||||
viewtooltip = { module = "com.github.florent37:viewtooltip", version = "1.2.2" }
|
||||
junit = { module = "junit:junit", version = "4.13.2" }
|
||||
junit-android = { module = "androidx.test.ext:junit", version = "1.1.5" }
|
||||
mockk = { module = "io.mockk:mockk", version = "1.13.11" }
|
||||
|
||||
[plugins]
|
||||
kotlinter = { id = "org.jmailen.kotlinter", version = "4.1.1" }
|
||||
gradle-versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
||||
|
||||
[bundles]
|
||||
test = [ "junit", "mockk" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue