Chopper 6022ef39be
ArgosScan: Fix Unexpected JSON token error (#9193)
* Fix

* Change contains value

* Fixes
2025-07-25 05:47:24 +01:00

8 lines
125 B
Groovy

ext {
extName = 'Argos Scan'
extClass = '.ArgosScan'
extVersionCode = 26
}
apply from: "$rootDir/common.gradle"