mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 01:18:31 +00:00
android: Add ktfmtVersion parameter for android modules
It uses the latest ktfmt version 0.53. Signed-off-by: utzcoz <utzcoz@outlook.com> Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2382>
This commit is contained in:
parent
9ccd4d928d
commit
b95ebbe69b
|
@ -24,6 +24,9 @@ buildscript {
|
||||||
|
|
||||||
// If you update this, must also update .gitlab-ci/config.yml
|
// If you update this, must also update .gitlab-ci/config.yml
|
||||||
buildToolsVersion = '34.0.0'
|
buildToolsVersion = '34.0.0'
|
||||||
|
|
||||||
|
// ktfmt version
|
||||||
|
ktfmtVersion = "0.53"
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in a new issue