|
@@ -56,7 +56,7 @@ dependencies {
|
|
|
testImplementation "junit:junit:4.13.2"
|
|
|
androidTestImplementation "androidx.test:runner:1.3.0"
|
|
|
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
|
|
|
- implementation "androidx.appcompat:appcompat:1.3.1"
|
|
|
+ implementation "androidx.appcompat:appcompat:1.6.1"
|
|
|
implementation "androidx.core:core-ktx:1.9.0"
|
|
|
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
|
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
|
@@ -87,6 +87,6 @@ dependencies {
|
|
|
implementation 'com.github.liangjingkanji:StatusBar:2.0.2' // 透明状态栏
|
|
|
implementation 'com.github.liangjingkanji:debugkit:1.3.0' // 开发调试窗口工具
|
|
|
implementation "com.github.liangjingkanji:Tooltip:1.2.2" // 吐司工具
|
|
|
- implementation 'com.github.liangjingkanji:Engine:0.0.67'
|
|
|
+ implementation 'com.github.liangjingkanji:Engine:0.0.74'
|
|
|
implementation "com.squareup.okhttp3:mockwebserver:4.10.0"
|
|
|
}
|