refactor: Specify the libVersion parameter in some extensions (#2088)

This commit is contained in:
Claudemirovsky
2023-08-27 04:20:29 -03:00
committed by GitHub
parent 7c858f5d7a
commit 41b84e2c75
18 changed files with 33 additions and 11 deletions

View File

@ -8,6 +8,7 @@ ext {
pkgNameSuffix = 'all.javguru'
extClass = '.JavGuru'
extVersionCode = 4
libVersion = '13'
containsNsfw = true
}