version:4.4

fix:
update:增加下单,微信支付,优化资讯分类
This commit is contained in:
2024-03-05 16:44:23 +08:00
parent 735e59096d
commit 0a5a735d70
64 changed files with 2783 additions and 419 deletions

View File

@@ -205,7 +205,7 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
implementation "androidx.room:room-runtime:2.4.3"
annotationProcessor "androidx.room:room-compiler:2.4.3"
@@ -269,6 +269,7 @@ dependencies {
implementation 'com.github.ForgetAll:LoadingDialog:v1.1.2'
//动态权限框架
implementation 'com.github.getActivity:XXPermissions:16.6'
}
preBuild {