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

@ -9,6 +9,7 @@ ext {
pkgNameSuffix = 'id.nimegami'
extClass = '.NimeGami'
extVersionCode = 1
libVersion = '13'
}
dependencies {