blob: 61de1331c5aee0c0092b3014a35358a4903e28e4 [file] [log] [blame]
project.ext.baseVersion = '25.2.2'
project.ext.buildVersion = '2.2.2'
project.ext.experimentalVersion = '0.8.2'
project.ext.experimentalGradleVersion = '2.14'
// 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 nativeApiVersion
// 1.0.x 0
// 1.1.x 0
// 1.2.x 2
// 1.3.x 3
// 1.4.x 3 0
project.ext.apiVersion = 3
project.ext.nativeApiVersion = 0