Преглед изворни кода

jme3-android-examples: upgrade the "junit" library to v4.13.2

Stephen Gold пре 3 година
родитељ
комит
22d8634a45
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jme3-android-examples/build.gradle

+ 1 - 1
jme3-android-examples/build.gradle

@@ -41,7 +41,7 @@ android {
 
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
-    testImplementation 'junit:junit:4.12'
+    testImplementation 'junit:junit:4.13.2'
     implementation 'com.android.support:appcompat-v7:28.0.0'
 
     implementation project(':jme3-core')