|
@@ -58,15 +58,15 @@ dependencies {
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
implementation "androidx.appcompat:appcompat:1.2.0"
|
|
implementation "androidx.appcompat:appcompat:1.2.0"
|
|
implementation "androidx.core:core-ktx:1.3.2"
|
|
implementation "androidx.core:core-ktx:1.3.2"
|
|
- implementation "androidx.constraintlayout:constraintlayout:2.0.3"
|
|
|
|
|
|
+ implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
- testImplementation "junit:junit:4.13.1"
|
|
|
|
|
|
+ testImplementation "junit:junit:4.13.2"
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
|
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
|
- implementation "com.google.android.material:material:1.2.1"
|
|
|
|
- implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
|
|
|
|
- implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'
|
|
|
|
|
|
+ implementation "com.google.android.material:material:1.3.0"
|
|
|
|
+ implementation 'androidx.navigation:navigation-fragment-ktx:2.3.4'
|
|
|
|
+ implementation 'androidx.navigation:navigation-ui-ktx:2.3.4'
|
|
|
|
|
|
implementation project(path: ":net")
|
|
implementation project(path: ":net")
|
|
|
|
|
|
@@ -84,7 +84,7 @@ dependencies {
|
|
|
|
|
|
// ------------------------------我的其他库-------------------------------------
|
|
// ------------------------------我的其他库-------------------------------------
|
|
implementation 'com.github.liangjingkanji:StatusBar:1.1.0' // 透明状态栏
|
|
implementation 'com.github.liangjingkanji:StatusBar:1.1.0' // 透明状态栏
|
|
- implementation 'com.github.liangjingkanji:debugkit:1.2.9' // 开发调试窗口工具
|
|
|
|
|
|
+ implementation 'com.github.liangjingkanji:debugkit:1.2.10' // 开发调试窗口工具
|
|
implementation 'com.github.liangjingkanji:Tooltip:1.1.0' // 吐司工具
|
|
implementation 'com.github.liangjingkanji:Tooltip:1.1.0' // 吐司工具
|
|
|
|
|
|
// ------------------------------Google数据库-------------------------------------
|
|
// ------------------------------Google数据库-------------------------------------
|