New Source MoviesMod Added (#580)

Co-authored-by: Yogesh S <yogesh.sakthivel@thoughtscrest.com>
This commit is contained in:
Yogesh-S-09 2025-01-22 01:37:00 +05:30 committed by GitHub
parent 84b46bbfdd
commit 7e56b69df2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 520 additions and 0 deletions

View file

@ -0,0 +1,7 @@
ext {
extName = 'MoviesMod'
extClass = '.MoviesMod'
extVersionCode = 1
}
apply from: "$rootDir/common.gradle"