精简配置
This commit is contained in:
parent
b3439aa36a
commit
529f420668
@ -47,21 +47,4 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
api project(':libappbase')
|
api project(':libappbase')
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
|
|
||||||
// Android 类库
|
|
||||||
api 'com.android.support:appcompat-v7:28.0.0' // 包含 AppCompatActivity
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-compat
|
|
||||||
api 'com.android.support:support-compat:28.0.0' // 保留原有依赖(可选)
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-v4
|
|
||||||
api 'com.android.support:support-v4:28.0.0'
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-media-compat
|
|
||||||
api 'com.android.support:support-media-compat:28.0.0'
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-core-utils
|
|
||||||
api 'com.android.support:support-core-utils:28.0.0'
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-core-ui
|
|
||||||
api 'com.android.support:support-core-ui:28.0.0'
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/support-fragment
|
|
||||||
api 'com.android.support:support-fragment:28.0.0'
|
|
||||||
// https://mvnrepository.com/artifact/com.android.support/recyclerview-v7
|
|
||||||
api 'com.android.support:recyclerview-v7:28.0.0'
|
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Mar 26 07:32:40 GMT 2025
|
#Wed Mar 26 07:35:36 GMT 2025
|
||||||
stageCount=11
|
stageCount=11
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.0
|
baseVersion=15.0
|
||||||
publishVersion=15.0.10
|
publishVersion=15.0.10
|
||||||
buildCount=97
|
buildCount=98
|
||||||
baseBetaVersion=15.0.11
|
baseBetaVersion=15.0.11
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Mar 26 07:32:40 GMT 2025
|
#Wed Mar 26 07:35:36 GMT 2025
|
||||||
stageCount=11
|
stageCount=11
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.0
|
baseVersion=15.0
|
||||||
publishVersion=15.0.10
|
publishVersion=15.0.10
|
||||||
buildCount=97
|
buildCount=98
|
||||||
baseBetaVersion=15.0.11
|
baseBetaVersion=15.0.11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user