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-02 11:35:12 +05:30
extVersionCode = 6
2024-06-20 11:54:12 +07:00
}
apply from: "$rootDir/common.gradle"