From b707ad4e9c311d75fb307a0e9eb50accb5640933 Mon Sep 17 00:00:00 2001 From: Emmanuel M Date: Sat, 1 Jun 2019 18:14:31 -0300 Subject: [PATCH] Update dependencies --- app/build.gradle | 6 +++--- build.gradle | 2 +- lib/build.gradle | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 {