mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
plugins {
|
|
id("lib-android")
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":lib:textinterceptor"))
|
|
}
|