2024-02-27 20:53:28 +00:00

8 lines
104 B
Plaintext

plugins {
id("lib-android")
}
dependencies {
implementation(project(":lib:textinterceptor"))
}