2024-01-10 08:32:15 +00:00
|
|
|
ext {
|
|
|
|
extName = 'Rizz Comic'
|
|
|
|
extClass = '.RizzComic'
|
2024-01-26 04:39:49 +00:00
|
|
|
extVersionCode = 3
|
2024-01-10 08:32:15 +00:00
|
|
|
}
|
|
|
|
|
2024-01-15 18:38:53 +00:00
|
|
|
apply from: "$rootDir/common.gradle"
|
2024-01-22 21:19:41 +00:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:randomua"))
|
|
|
|
}
|