Update gradle

This commit is contained in:
Nullptr 2021-09-07 20:05:07 +08:00
parent 879ab80556
commit 14ab3bbd56
1 changed files with 2 additions and 2 deletions

View File

@ -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'