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' }