Browse Source

工程新增androidx-recycleview,frgament,exifinterface包依赖

leijie 3 years ago
parent
commit
9de3facc39
1 changed files with 3 additions and 1 deletions
  1. 3 1
      show-client/config.gradle

+ 3 - 1
show-client/config.gradle

38
            v4 : 'androidx.legacy:legacy-support-v4:1.0.0',
38
            v4 : 'androidx.legacy:legacy-support-v4:1.0.0',
39
            annotations : 'androidx.annotation:annotation:1.2.0',
39
            annotations : 'androidx.annotation:annotation:1.2.0',
40
            core : 'androidx.core:core:1.1.0',
40
            core : 'androidx.core:core:1.1.0',
41
            recyclerview : 'androidx.recyclerview:recyclerview:1.1.0'
41
            recyclerview : 'androidx.recyclerview:recyclerview:1.1.0',
42
            fragment : 'androidx.fragment:fragment:1.3.6',
43
            exifinterface : 'androidx.exifinterface:exifinterface:1.3.2'
42
    ]
44
    ]
43
45
44
    //AndroidSupport依赖包
46
    //AndroidSupport依赖包