AwkwardPeak7 3b998e9766 Update Synchrony (#741)
`2.4.5.1`
2024-01-30 22:11:05 +00:00

12 lines
200 B
Groovy

ext {
extName = 'ReadComicOnline'
extClass = '.Readcomiconline'
extVersionCode = 19
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(":lib:synchrony"))
}