mirror of https://github.com/readrops/Readrops.git
Fix CI
This commit is contained in:
parent
b2f89b4471
commit
10835b4979
|
@ -24,6 +24,8 @@ android {
|
|||
dependencies {
|
||||
implementation(project(":db"))
|
||||
|
||||
coreLibraryDesugaring(libs.jdk.desugar)
|
||||
|
||||
testImplementation("junit:junit:4.13")
|
||||
androidTestImplementation("androidx.test.ext:junit:1.1.3")
|
||||
androidTestImplementation("androidx.test:runner:1.4.0")
|
||||
|
|
|
@ -48,6 +48,8 @@ dependencies {
|
|||
implementation(project(":api"))
|
||||
implementation(project(":db"))
|
||||
|
||||
coreLibraryDesugaring(libs.jdk.desugar)
|
||||
|
||||
implementation("androidx.core:core-ktx:1.7.0")
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
implementation("com.google.android.material:material:1.8.0")
|
||||
|
@ -76,7 +78,6 @@ dependencies {
|
|||
|
||||
androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.9.0")
|
||||
|
||||
coreLibraryDesugaring(libs.jdk.desugar)
|
||||
|
||||
implementation(libs.encrypted.preferences)
|
||||
implementation(libs.work.manager)
|
||||
|
|
|
@ -43,6 +43,8 @@ kapt {
|
|||
|
||||
|
||||
dependencies {
|
||||
coreLibraryDesugaring(libs.jdk.desugar)
|
||||
|
||||
api("androidx.core:core-ktx:1.6.0")
|
||||
api("androidx.appcompat:appcompat:1.3.0")
|
||||
api("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0")
|
||||
|
|
Loading…
Reference in New Issue