From b6a4024c6adaba8f3be1ceb0e75013f6f713facf Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Fri, 11 Sep 2020 15:23:38 -0300 Subject: [PATCH] update SDK version to latest --- build.gradle | 2 +- lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 60fbd790f..482adfd52 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.4.2' + classpath 'com.android.tools.build:gradle:3.4.3' classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' } } diff --git a/lib/build.gradle b/lib/build.gradle index 9dd908b7c..66299bd42 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.squareup.okhttp:okhttp:2.7.5' implementation 'com.squareup:otto:1.3.8' - api 'com.auth0.android:auth0:1.25.0' + api 'com.auth0.android:auth0:1.26.0' testImplementation 'junit:junit:4.12' testImplementation 'org.hamcrest:hamcrest-library:1.3' testImplementation 'org.robolectric:robolectric:4.0.2'