增加三方公共库

main
Matthew 11 months ago
parent 5f597cc7fd
commit 55dc788cf8

@ -51,7 +51,8 @@ android {
} }
splits { splits {
abi { abi {
enable true // enable true
enable false
reset() reset()
// include "arm64-v8a", "x86_64", "armeabi-v7a" // include "arm64-v8a", "x86_64", "armeabi-v7a"
include "arm64-v8a" include "arm64-v8a"
@ -80,6 +81,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.4' implementation 'com.android.support.constraint:constraint-layout:2.0.4'
implementation 'org.jetbrains:annotations:15.0' implementation 'org.jetbrains:annotations:15.0'
implementation 'com.moandjiezana.toml:toml4j:0.7.2' implementation 'com.moandjiezana.toml:toml4j:0.7.2'
implementation files('libs/common-release.aar')
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

Binary file not shown.
Loading…
Cancel
Save