Procházet zdrojové kódy

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

Stephen Gold před 3 roky
rodič
revize
22d8634a45
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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')