Update build.gradle

This commit is contained in:
imper1aldev 2024-11-04 02:52:57 -06:00
parent 8a5827fd1d
commit a3ae5efbdb

View file

@ -2,6 +2,7 @@ ext {
extName = 'JavGG' extName = 'JavGG'
extClass = '.Javgg' extClass = '.Javgg'
extVersionCode = 1 extVersionCode = 1
isNsfw = true
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"