blob: 2041fa4ac500618568cc2e84831c89d0682e7fd4 [file] [log] [blame]
project.ext.baseVersion = '24.4.0-alpha1'
project.ext.buildVersion = '1.4.0-alpha1'
project.ext.experimentalVersion = '0.1.0'
// This counter should be incremented every time the api is changed in not backward-compatible way,
// i.e. it should be incremented from N to N+1 only when the api is changed in a way that existing
// plugin v.N clients will be unable to work with v.N+1
// Plugin Versions apiVersion
// 1.0.x 0
// 1.1.x 0
// 1.2.x 2
// 1.3.x 3
project.ext.apiVersion = 3