Fix vector drawables on Android < 7.0

This commit is contained in:
kitsunyan
2020-07-07 23:56:08 +03:00
parent 2cd9dd761d
commit cd4fca7147
5 changed files with 37 additions and 10 deletions
+1
View File
@@ -119,6 +119,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:' + versions.kotlin
implementation 'androidx.fragment:fragment:1.2.5'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'com.squareup.okhttp3:okhttp:4.7.2'
implementation 'io.reactivex.rxjava3:rxjava:3.0.4'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'