update dependencies

This commit is contained in:
dkanada 2020-06-14 02:42:55 +09:00
commit 52cbffca75
2 changed files with 5 additions and 4 deletions

View file

@ -18,8 +18,9 @@ android {
buildTypes {
release {
minifyEnabled true
shrinkResources true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
@ -43,9 +44,9 @@ dependencies {
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.6.1'
implementation 'com.google.android.exoplayer:exoplayer:2.11.4'
implementation 'androidx.core:core:1.2.0'
implementation 'androidx.core:core:1.3.0'
implementation 'androidx.media:media:1.1.0'
implementation 'androidx.fragment:fragment:1.2.4'
implementation 'androidx.fragment:fragment:1.2.5'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'