update gradle

This commit is contained in:
dslul 2021-06-14 10:01:57 +02:00
parent 6796bd88bd
commit a77ea6ec8b
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ android {
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.core:core-ktx:1.5.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.viewpager2:viewpager2:1.0.0'
}