From 75f681b03be11c79cb19ef9ea96f7bfcb3f762eb Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 5 Nov 2020 09:31:21 -0500 Subject: [PATCH] fixed build script --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 15a88cf..8f5f93b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.0.3' // user implementations - implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.1.0" + // where are they all at?? testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.2'