Skip to content

Commit 29e591d

Browse files
Update sample project configuration to fix deprecation warning
1 parent fa42335 commit 29e591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoFitTextViewSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
implementation 'androidx.appcompat:appcompat:1.0.2'
4242
implementation 'androidx.recyclerview:recyclerview:1.0.0'
4343
implementation project(':AutoFitTextViewLibrary')
44-
compile "androidx.core:core-ktx:1.0.1"
44+
implementation 'androidx.core:core-ktx:1.0.1'
4545
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4646
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
4747
}

0 commit comments

Comments
 (0)