推送对接,分辨率适配

This commit is contained in:
2023-05-29 09:33:59 +08:00
parent 8598e6f861
commit f10f006df1
90 changed files with 21335 additions and 11 deletions

View File

@@ -105,6 +105,8 @@ android {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
compileOnly files('libs/framework.jar')
implementation project(path: ':niceimageview')
implementation project(path: ':verification-view')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
@@ -120,7 +122,7 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'
//okhttp
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'