From afc8ca2c4579d2f375a044cc8b6c9c58d0c88f94 Mon Sep 17 00:00:00 2001 From: Zhengyu Peng Date: Tue, 22 Feb 2022 18:32:14 -0500 Subject: [PATCH] Update build.gradle --- software/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/android/app/build.gradle b/software/android/app/build.gradle index 5cbc0a3..da485d9 100644 --- a/software/android/app/build.gradle +++ b/software/android/app/build.gradle @@ -40,4 +40,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} \ No newline at end of file +}