Tachiyomi-Extensions/src/en/loadingartist/build.gradle

8 lines
132 B
Groovy
Raw Normal View History

2021-08-22 14:39:57 +00:00
ext {
extName = 'Loading Artist'
extClass = '.LoadingArtist'
extVersionCode = 3
2021-08-22 14:39:57 +00:00
}
apply from: "$rootDir/common.gradle"