From 81103998b7c42613f805a0d182537fa36b5526b3 Mon Sep 17 00:00:00 2001 From: dxl <64101226@qq.com> Date: Fri, 3 Jul 2020 16:27:48 +0800 Subject: [PATCH] RRG RDV4 module implementation. --- app_main/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_main/build.gradle b/app_main/build.gradle index 20ff5ded..aa2aebdf 100644 --- a/app_main/build.gradle +++ b/app_main/build.gradle @@ -66,8 +66,8 @@ dependencies { implementation project(':chameleon') implementation project(':communication') - testImplementation 'junit:junit:4.12' implementation project(path: ':pm3flasher') + implementation project(':pm3rdv4rrg') implementation project(path: ':xmodem') // The dep from TERMUX(A FullTerminal implements.)