Add Jable (#378)

This commit is contained in:
AlphaBoom 2024-11-19 14:53:56 +08:00 committed by GitHub
parent a274256d94
commit 5a9383dffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 371 additions and 0 deletions

View file

@ -0,0 +1,8 @@
ext {
extName = 'Jable'
extClass = '.JableFactory'
extVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"