diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 3a29068d..c15fdfa0 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,9 +1,12 @@ - - - - + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 50bafb26..491e862b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ //file:noinspection unused plugins { - id 'com.android.application' version '7.2.2' apply false - id 'com.android.library' version '7.2.2' apply false + id 'com.android.application' version '7.3.0' apply false + id 'com.android.library' version '7.3.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.10' apply false }