diff --git a/build.gradle.kts b/build.gradle.kts index 82e39e4..96ac585 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ plugins { // AGP 9 has built-in Kotlin support; no separate Kotlin plugin needed. - id("com.android.library") version "9.2.1" apply false + id("com.android.library") version "9.3.1" apply false }