mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-21 18:02:42 +01:00
00bab8e776
fix
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 2
|
|
|
|
dependencies {
|
|
api(project(":lib:cookieinterceptor"))
|
|
}
|