update kotlin plugin for gradle

This commit is contained in:
dkanada 2021-04-24 18:57:32 +09:00
commit d301b34453
7 changed files with 24 additions and 26 deletions

View file

@ -46,18 +46,17 @@ android {
}
dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.3'
implementation 'com.github.woltapp:blurhash:f41a23cc50'
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.media:media:1.3.0'
implementation 'androidx.fragment:fragment-ktx:1.3.2'
implementation 'androidx.fragment:fragment-ktx:1.3.3'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.0'