Change build.gradle's for MIR
This commit is contained in:
parent
54d2482064
commit
fbe4318ef8
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$Version.KOTLIN"
|
||||
classpath 'de.aaschmid:gradle-cpd-plugin:3.1'
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.6.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ apply from: "../android-configs/lib-config.gradle"
|
|||
dependencies {
|
||||
implementation "androidx.recyclerview:recyclerview"
|
||||
implementation "androidx.fragment:fragment-ktx"
|
||||
implementation project(path: ':logging')
|
||||
implementation project(path: ':RoboSwag:logging')
|
||||
|
||||
constraints {
|
||||
implementation("androidx.recyclerview:recyclerview") {
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ apply from: "../android-configs/lib-config.gradle"
|
|||
apply plugin: 'kotlin-android'
|
||||
|
||||
dependencies {
|
||||
implementation project(":utils")
|
||||
implementation project(":kotlin-extensions")
|
||||
implementation project(":RoboSwag:utils")
|
||||
implementation project(":RoboSwag:kotlin-extensions")
|
||||
|
||||
implementation "com.google.android.material:material"
|
||||
implementation "androidx.core:core-ktx"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ dependencies {
|
|||
def jodaVersion = '2.10.2'
|
||||
def junitVersion = '4.13.2'
|
||||
|
||||
implementation project(':kotlin-extensions')
|
||||
implementation project(':RoboSwag:kotlin-extensions')
|
||||
implementation "androidx.core:core"
|
||||
implementation "androidx.annotation:annotation"
|
||||
implementation "com.google.android.material:material"
|
||||
|
|
|
|||
Loading…
Reference in New Issue