Skip to content

Commit ac1acdb

Browse files
author
Pablo Garcia
authored
ANDROID-16202 Update target sdk to 36 (#9)
1 parent fc7a94c commit ac1acdb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
agp = "8.10.0"
33
constraintlayout = "2.2.1"
44
min-sdk = "23"
5-
target-sdk = "35"
6-
compile-sdk = "35"
5+
target-sdk = "36"
6+
compile-sdk = "36"
77
material = "1.12.0"
88
kotlin = "2.1.21"
99
appcompat = "1.7.0"
@@ -31,4 +31,4 @@ android-library = { id = "com.android.library", version.ref = "agp" }
3131
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
3232
kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
3333
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
34-
publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "publish" }
34+
publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "publish" }

0 commit comments

Comments
 (0)