Skip to content

Commit

Permalink
set junit version directly
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 8, 2023
1 parent 787dfac commit a590378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// Required -- JUnit 4 framework
testImplementation "junit:junit:$junit_version"
testImplementation "junit:junit:4.13.2"
}
1 change: 0 additions & 1 deletion flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.21'
ext.junit_version = '4.13.2'

repositories {
google()
Expand Down

0 comments on commit a590378

Please sign in to comment.