Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit dd0ac1f

Browse files
authored
Updated AGP to 8.1.0 and Kotlin to 1.9.0 (#111)
* Updated AGP to 8.1.0 and Kotlin to 1.9.0 Signed-off-by: Arnau Mora <[email protected]> * Set Dokka to latest version Signed-off-by: Arnau Mora <[email protected]> --------- Signed-off-by: Arnau Mora <[email protected]>
1 parent b682476 commit dd0ac1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
**************************************************************************************************/
44

55
plugins {
6-
id("com.android.library") version "8.0.1" apply false
7-
id("org.jetbrains.kotlin.android") version "1.8.21" apply false
8-
id("org.jetbrains.dokka") version "1.8.10" apply false
6+
id("com.android.library") version "8.1.0" apply false
7+
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
8+
id("org.jetbrains.dokka") version "1.8.20" apply false
99
}
1010

1111
group = "at.bitfire"

0 commit comments

Comments
 (0)