Skip to content

Commit

Permalink
[fix] #291 junit test 디펜던시 버전 업그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeha committed May 10, 2024
1 parent 5d34548 commit 4fc6963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Testing.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Testing {
const val junitVersion = "4.13.2"
const val espressoVersion = "3.3.0"
const val androidTestVersion = "1.1.2"
}
const val androidTestVersion = "1.1.5"
}

0 comments on commit 4fc6963

Please sign in to comment.