diff --git a/build.gradle.kts b/build.gradle.kts index 5a63947..5a3a86f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "9.1.0" apply false + id("com.android.application") version "9.1.1" apply false }