From 246f2cf67f2b4e7c8cd8f3ad428c53b81c447cb6 Mon Sep 17 00:00:00 2001 From: fluffybunny074 Date: Wed, 30 Dec 2020 09:21:26 -0600 Subject: [PATCH] Update build.gradle Update --- TrackMySleepQuality-Starter/app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TrackMySleepQuality-Starter/app/build.gradle b/TrackMySleepQuality-Starter/app/build.gradle index 25ed8d70e..d3cf98aa4 100755 --- a/TrackMySleepQuality-Starter/app/build.gradle +++ b/TrackMySleepQuality-Starter/app/build.gradle @@ -53,10 +53,10 @@ dependencies { // Support libraries implementation "androidx.appcompat:appcompat:1.2.0" implementation "androidx.fragment:fragment:1.2.5" - implementation "androidx.constraintlayout:constraintlayout:2.0.0-rc1" + implementation "androidx.constraintlayout:constraintlayout:2.1.0-alpha2" // Android KTX - implementation 'androidx.core:core-ktx:1.3.1' + implementation 'androidx.core:core-ktx:1.3.2' // Room and Lifecycle dependencies implementation "androidx.room:room-runtime:$room_version" @@ -78,7 +78,7 @@ dependencies { // Testing testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test.ext:junit:1.1.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' + androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }