The open source OpenXR runtime
0
fork

Configure Feed

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

android: Bump AGP to 8.6.0

It supports SDK 35.

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
e4e86b0d f9220ba9

+2 -2
+2 -2
build.gradle
··· 36 36 } 37 37 plugins { 38 38 // Android Gradle Plugin 39 - id 'com.android.application' version '8.5.0' apply false 40 - id 'com.android.library' version '8.5.0' apply false 39 + id 'com.android.application' version '8.6.0' apply false 40 + id 'com.android.library' version '8.6.0' apply false 41 41 42 42 id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false 43 43