blob: 611704411f060fb5df0eaa2ce42e20a6e75255b3 [file] [log] [blame]
# Release version definition
# This file is read by gradle build scripts, but also packaged with builder and
# builder-model as a resource, for Version classes to read.
baseVersion = 26.1.1
buildVersion = 3.1.1
experimentalVersion = 0.12.1
experimentalGradleVersion = 3.2
# 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
apiVersion = 3
nativeApiVersion = 0