精简项目的引用结构 全部放基项目里面
This commit is contained in:
@@ -44,41 +44,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
}
|
}
|
||||||
@@ -47,47 +47,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
}
|
}
|
||||||
@@ -58,48 +58,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -44,40 +44,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
implementation project(path: ':base')
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -44,48 +44,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,42 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,47 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
}
|
}
|
||||||
@@ -46,42 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -47,48 +47,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -44,43 +44,6 @@ android {
|
|||||||
targetCompatibility JavaVersion.VERSION_1_8
|
targetCompatibility JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:23.0.0")
|
|
||||||
implementation("com.google.firebase:firebase-analytics:20.0.0")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,42 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,42 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,42 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,48 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,42 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,47 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
}
|
}
|
||||||
@@ -45,42 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -44,42 +44,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -45,48 +45,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,48 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -47,48 +47,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
// implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.1.0')
|
|
||||||
|
|
||||||
// Add the dependencies for the Firebase Cloud Messaging and Analytics libraries
|
|
||||||
// When using the BoM, you don't specify versions in Firebase library dependencies
|
|
||||||
implementation 'com.google.firebase:firebase-messaging'
|
|
||||||
implementation 'com.google.firebase:firebase-analytics'
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -46,42 +46,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -58,43 +58,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
//implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:33.6.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
// implementation("com.google.firebase:firebase-messaging:23.2.1")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -58,42 +58,5 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
||||||
implementation 'com.google.android.material:material:1.1.0'
|
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
|
||||||
testImplementation 'junit:junit:4.+'
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
|
||||||
implementation files('libs\\tbs_sdk_thirdapp_v4.3.0.386_44286_20230210.jar')
|
|
||||||
|
|
||||||
// okhttp相关库
|
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
|
||||||
|
|
||||||
// JSON解析库
|
|
||||||
implementation 'com.google.code.gson:gson:2.9.0'
|
|
||||||
implementation 'com.alibaba:fastjson:1.1.71.android'
|
|
||||||
api 'com.squareup.retrofit2:retrofit:2.5.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-scalars:2.3.0'
|
|
||||||
api 'com.squareup.retrofit2:converter-gson:2.4.0'
|
|
||||||
api 'com.squareup.retrofit2:adapter-rxjava2:2.4.0'
|
|
||||||
api 'io.reactivex.rxjava2:rxjava:2.1.16'
|
|
||||||
api 'io.reactivex.rxjava2:rxandroid:2.0.2'
|
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.10.0'
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-core:v5.0.6-androidx' // (必选)
|
|
||||||
implementation 'com.github.Justson.AgentWeb:agentweb-filechooser:v5.0.6-androidx' // (可选)
|
|
||||||
implementation 'com.github.Justson:Downloader:v5.0.4-androidx'
|
|
||||||
//implementation 'com.tencent.tbs:tbssdk:44286'
|
|
||||||
// sdk 33
|
|
||||||
implementation platform('com.google.firebase:firebase-bom:32.7.0')
|
|
||||||
// Firebase Cloud Messaging
|
|
||||||
// implementation("com.google.firebase:firebase-messaging")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics")
|
|
||||||
|
|
||||||
implementation("com.google.firebase:firebase-messaging:24.0.3")
|
|
||||||
// implementation("com.google.firebase:firebase-analytics:21.2.1")
|
|
||||||
// implementation 'com.google.firebase:firebase-messaging-directboot:20.2.0' //直接启动模式
|
|
||||||
implementation("com.github.bumptech.glide:glide:4.13.1")
|
|
||||||
implementation project(path: ':base')
|
implementation project(path: ':base')
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user