This commit is contained in:
v7lin
2020-07-02 19:51:01 +08:00
parent 048655f46c
commit de0bb0c2f3
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ android {
dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
// v3.3.9
vendorImplementation fileTree(include: ['*.jar'], dir: 'libs')
vendorImplementation 'androidx.legacy:legacy-support-v4:1.0.0'
}