The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

utzcoz and committed by
korejan
b95ebbe6 9ccd4d92

+3
+3
build.gradle
··· 24 24 25 25 // If you update this, must also update .gitlab-ci/config.yml 26 26 buildToolsVersion = '34.0.0' 27 + 28 + // ktfmt version 29 + ktfmtVersion = "0.53" 27 30 } 28 31 repositories { 29 32 google()