Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 5662ddc

Browse files
Merge pull request #68 from android/fm/fix_rounded_corners
[TextRoundedBackgroundCorners] Fixing the project dependencies
2 parents dad143f + d9bee36 commit 5662ddc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

TextRoundedBackgroundKotlin/build.gradle

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1717

1818
buildscript {
19-
ext.kotlin_version = '1.3.10'
19+
ext.kotlin_version = '1.3.41'
20+
2021
repositories {
2122
google()
2223
mavenCentral()
@@ -31,6 +32,7 @@ allprojects {
3132
repositories {
3233
google()
3334
mavenCentral()
35+
jcenter()
3436
}
3537
}
3638

@@ -45,6 +47,6 @@ ext {
4547
compileSdkVersion = 28
4648

4749
// App dependencies
48-
androidxVersion = '1.1.0-alpha01'
49-
ktxVersion = '1.0.1'
50-
}
50+
androidxVersion = '1.1.0'
51+
ktxVersion = '1.1.0'
52+
}

0 commit comments

Comments
 (0)