Vetle Ledaal c15852943e
Remove named capture groups from most extensions (#7328)
* remove named capture group (simple)

* remove named capture group (spot checks)
2025-02-23 21:26:49 +00:00

8 lines
124 B
Groovy

ext {
extName = 'Rolia Scan'
extClass = '.RoliaScan'
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"