Optimized libraries show. Added BangScreenToolsMaster library.

This commit is contained in:
2022-08-08 20:44:03 +08:00
parent f2bb384c3d
commit 440fe444c5
6 changed files with 75 additions and 6 deletions

View File

@@ -69,6 +69,7 @@ def buildSign() {
aboutLibraries {
registerAndroidTasks = false
configPath = "libConfig"
outputFileName = "dependencies.json"
exclusionPatterns = [
~'androidx.*',
@@ -97,10 +98,11 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.0'
implementation 'androidx.core:core-splashscreen:1.0.0-rc01'
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'com.github.KilleTom:BangScreenToolsMaster:v1.0.0'
}

File diff suppressed because one or more lines are too long