mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2026-09-03 05:10:27 +03:00
Update JUnit plugin
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ buildscript {
|
||||
val kotlinVersion: String by project
|
||||
classpath("com.android.tools.build:gradle:4.0.1")
|
||||
classpath(kotlin("gradle-plugin", kotlinVersion))
|
||||
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.3.2.0")
|
||||
classpath("de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,4 +26,4 @@ tasks.wrapper {
|
||||
|
||||
tasks.create<Delete>("clean") {
|
||||
delete(rootProject.buildDir)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user