FRAnime: JSON title is missing fix #87

Merged
JosefFStraka merged 2 commits from franime-fix into main 2024-07-29 20:21:50 -05:00
Showing only changes of commit 1626fe5790 - Show all commits

View file

@ -1,7 +1,7 @@
ext {
extName = 'FrAnime'
extClass = '.FrAnime'
extVersionCode = 11
extVersionCode = 12
isNsfw = true
}
apply from: "$rootDir/common.gradle"