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