mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 05:41:26 +08:00
Optimized libraries show. Added BangScreenToolsMaster library.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
Reference in New Issue
Block a user