Update gradle
This commit is contained in:
parent
879ab80556
commit
14ab3bbd56
|
|
@ -36,9 +36,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(":patch")
|
compileOnly project(":patch")
|
||||||
|
compileOnly project(path: ':lspcore')
|
||||||
implementation project(":imanager")
|
implementation project(":imanager")
|
||||||
implementation project(path: ':lspcore')
|
|
||||||
|
|
||||||
implementation 'androidx.core:core-ktx:1.6.0'
|
implementation 'androidx.core:core-ktx:1.6.0'
|
||||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue