fix(src): Multiple updates

Closes #93
Closes #1
Closes #133
Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.)
This commit is contained in:
imper1aldev 2024-08-18 19:25:45 -06:00
parent 9fbe135358
commit ed2006b83f
84 changed files with 665 additions and 75 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'LACartoons'
extClass = '.Lacartoons'
extVersionCode = 3
extVersionCode = 4
}
apply from: "$rootDir/common.gradle"