|
|
@ -123,7 +123,7 @@ kapt { |
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation project(path: ':epublib') |
|
|
|
implementation project(path: ':epublib') |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar','*.aar']) |
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) |
|
|
|
testImplementation 'junit:junit:4.13.2' |
|
|
|
testImplementation 'junit:junit:4.13.2' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.4.0' |
|
|
|
androidTestImplementation 'androidx.test:runner:1.4.0' |
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' |
|
|
@ -186,7 +186,7 @@ dependencies { |
|
|
|
|
|
|
|
|
|
|
|
//网络 |
|
|
|
//网络 |
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.1' |
|
|
|
implementation 'com.squareup.okhttp3:okhttp:4.9.1' |
|
|
|
def cronet_version='92.0.4509.1' |
|
|
|
def cronet_version = '92.0.4509.1' |
|
|
|
compileOnly "org.microg:cronet-api:$cronet_version" |
|
|
|
compileOnly "org.microg:cronet-api:$cronet_version" |
|
|
|
cronetImplementation "org.microg:cronet-native:$cronet_version" |
|
|
|
cronetImplementation "org.microg:cronet-native:$cronet_version" |
|
|
|
cronetImplementation "org.microg:cronet-api:$cronet_version" |
|
|
|
cronetImplementation "org.microg:cronet-api:$cronet_version" |
|
|
|