diff --git a/build.gradle.kts b/build.gradle.kts index e0d69abc..dff6d9d3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "9.0.0" apply false + id("com.android.application") version "9.1.0" apply false } buildscript {