extensions-source/src/it/streamingcommunity/build.gradle

8 lines
141 B
Groovy
Raw Normal View History

2024-06-20 11:54:12 +07:00
ext {
extName = 'StreamingCommunity'
extClass = '.StreamingCommunity'
2025-05-12 17:44:22 +05:30
extVersionCode = 7
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"