diff --git a/api/build.gradle b/api/build.gradle index 6eec4de3..a254b5f5 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -46,7 +46,6 @@ dependencies { implementation "androidx.core:core-ktx:1.2.0" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.1.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' diff --git a/app/build.gradle b/app/build.gradle index 442b5054..dc598279 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,7 +56,6 @@ dependencies { implementation project(':api') implementation project(':db') - implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'com.google.android.material:material:1.1.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.palette:palette:1.0.0' diff --git a/db/build.gradle b/db/build.gradle index a5c2d342..1cb655c4 100644 --- a/db/build.gradle +++ b/db/build.gradle @@ -53,7 +53,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.1.0' + api 'androidx.appcompat:appcompat:1.2.0-rc02' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1'