简化配置
This commit is contained in:
parent
d83d460342
commit
6ca7b210a6
@ -26,7 +26,7 @@ dependencies {
|
|||||||
// Android 类库
|
// Android 类库
|
||||||
api 'com.android.support:appcompat-v7:28.0.0' // 包含 AppCompatActivity
|
api 'com.android.support:appcompat-v7:28.0.0' // 包含 AppCompatActivity
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-compat
|
// https://mvnrepository.com/artifact/com.android.support/support-compat
|
||||||
api 'com.android.support:support-compat:28.0.0' // 保留原有依赖(可选)
|
/*api 'com.android.support:support-compat:28.0.0' // 保留原有依赖(可选)
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-v4
|
// https://mvnrepository.com/artifact/com.android.support/support-v4
|
||||||
api 'com.android.support:support-v4:28.0.0'
|
api 'com.android.support:support-v4:28.0.0'
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-media-compat
|
// https://mvnrepository.com/artifact/com.android.support/support-media-compat
|
||||||
@ -39,4 +39,5 @@ dependencies {
|
|||||||
api 'com.android.support:support-fragment:28.0.0'
|
api 'com.android.support:support-fragment:28.0.0'
|
||||||
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
||||||
api 'com.android.support:recyclerview-v7:28.0.0'
|
api 'com.android.support:recyclerview-v7:28.0.0'
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user