mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-06 05:41:26 +08:00
Removed ip tool. Renamed package of base convert tool.
This commit is contained in:
@@ -21,8 +21,6 @@ android {
|
||||
multiDexEnabled true
|
||||
|
||||
Properties buildPro = loadBuildPro()
|
||||
buildConfigField "String", "ROLL_APP_ID", buildPro['rollAppId']
|
||||
buildConfigField "String", "ROLL_APP_SECRET", buildPro['rollAppSecret']
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
@@ -107,8 +105,8 @@ dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.preference:preference:1.2.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.6.0'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.6.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
|
||||
implementation 'androidx.core:core-splashscreen:1.0.1'
|
||||
implementation 'com.google.android.material:material:1.9.0'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user