mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 02:41:28 +08:00
Optimized libraries show. Added BangScreenToolsMaster library.
This commit is contained in:
4
.idea/deploymentTargetDropDown.xml
generated
4
.idea/deploymentTargetDropDown.xml
generated
@@ -7,11 +7,11 @@
|
|||||||
<deviceKey>
|
<deviceKey>
|
||||||
<Key>
|
<Key>
|
||||||
<type value="SERIAL_NUMBER" />
|
<type value="SERIAL_NUMBER" />
|
||||||
<value value="a8cada36" />
|
<value value="adb-a9f1bb3a-moNgbH._adb-tls-connect._tcp" />
|
||||||
</Key>
|
</Key>
|
||||||
</deviceKey>
|
</deviceKey>
|
||||||
</Target>
|
</Target>
|
||||||
</runningDeviceTargetSelectedWithDropDown>
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
<timeTargetWasSelectedWithDropDown value="2022-08-08T11:00:08.583258100Z" />
|
<timeTargetWasSelectedWithDropDown value="2022-08-08T12:01:47.147887300Z" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -69,6 +69,7 @@ def buildSign() {
|
|||||||
|
|
||||||
aboutLibraries {
|
aboutLibraries {
|
||||||
registerAndroidTasks = false
|
registerAndroidTasks = false
|
||||||
|
configPath = "libConfig"
|
||||||
outputFileName = "dependencies.json"
|
outputFileName = "dependencies.json"
|
||||||
exclusionPatterns = [
|
exclusionPatterns = [
|
||||||
~'androidx.*',
|
~'androidx.*',
|
||||||
@@ -97,10 +98,11 @@ dependencies {
|
|||||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation 'androidx.preference:preference:1.2.0'
|
implementation 'androidx.preference:preference:1.2.0'
|
||||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.0'
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
|
||||||
implementation 'androidx.navigation:navigation-ui-ktx:2.5.0'
|
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.0-rc01'
|
implementation 'androidx.core:core-splashscreen:1.0.0'
|
||||||
implementation 'com.google.android.material:material:1.6.1'
|
implementation 'com.google.android.material:material:1.6.1'
|
||||||
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
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
@@ -15,6 +15,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|||||||
# Android operating system, and which are packaged with your app"s APK
|
# Android operating system, and which are packaged with your app"s APK
|
||||||
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
# https://developer.android.com/topic/libraries/support-library/androidx-rn
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
android.enableJetifier=true
|
||||||
# Enables namespacing of each library's R class so that its R class includes only the
|
# Enables namespacing of each library's R class so that its R class includes only the
|
||||||
# resources declared in the library itself and none from the library's dependencies,
|
# resources declared in the library itself and none from the library's dependencies,
|
||||||
# thereby reducing the size of the R class for that library
|
# thereby reducing the size of the R class for that library
|
||||||
|
|||||||
9
libConfig/libraries/lib_gson.json
Normal file
9
libConfig/libraries/lib_gson.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"uniqueId": "com.google.code.gson:gson",
|
||||||
|
"developers": [
|
||||||
|
{
|
||||||
|
"name": "Google"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "A Java serialization/deserialization library to convert Java Objects into JSON and back."
|
||||||
|
}
|
||||||
@@ -10,6 +10,7 @@ dependencyResolutionManagement {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
rootProject.name = "Oxygen Toolbox"
|
rootProject.name = "Oxygen Toolbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user