diff --git a/app/build.gradle b/app/build.gradle index 68d83be..1613c04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,11 +30,11 @@ android { dependencies { implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.0.2' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta1' implementation project(path: ':lib') //Test libs testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1-alpha01' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1-alpha01' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } diff --git a/build.gradle b/build.gradle index 1034ba7..f1fd5ff 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.10' + ext.kotlin_version = '1.3.30' repositories { google() jcenter() diff --git a/lib/build.gradle b/lib/build.gradle index 2a72e80..22dde9d 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -43,8 +43,8 @@ dependencies { //For testing testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1-alpha01' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1-alpha01' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' } repositories {