From d9bee36412a4f401e5eeb395df34da50c6cf3c8f Mon Sep 17 00:00:00 2001 From: Florina Muntenescu Date: Tue, 17 Sep 2019 09:34:02 -0700 Subject: [PATCH] Fixing the project dependencies --- TextRoundedBackgroundKotlin/build.gradle | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TextRoundedBackgroundKotlin/build.gradle b/TextRoundedBackgroundKotlin/build.gradle index cde6b3b3c..73e06914a 100644 --- a/TextRoundedBackgroundKotlin/build.gradle +++ b/TextRoundedBackgroundKotlin/build.gradle @@ -16,7 +16,8 @@ // 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.41' + repositories { google() mavenCentral() @@ -31,6 +32,7 @@ allprojects { repositories { google() mavenCentral() + jcenter() } } @@ -45,6 +47,6 @@ ext { compileSdkVersion = 28 // App dependencies - androidxVersion = '1.1.0-alpha01' - ktxVersion = '1.0.1' -} \ No newline at end of file + androidxVersion = '1.1.0' + ktxVersion = '1.1.0' +}