Compare commits

..

No commits in common. "3c29e822c324b73abf5b57d45c18f2e27806e37d" and "8d8972561f87ba605477bff75192cdbe272ae202" 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.2.0' apply false
id 'com.android.library' version '8.2.0' apply false
id 'com.android.library' version '8.1.4' apply false
id 'org.jetbrains.kotlin.android' version '1.9.21' apply false
}