Compare commits

..

No commits in common. "4cb1bd9cd9794d46e58f5a708e6885baa01d77e7" and "dc0371ca41511c5bdc91a2d8b6831c96c6b58d61" have entirely different histories.

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.2' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
}