Add loading to matches

Update gradle

Use repository?
This commit is contained in:
KaasKop
2024-12-29 19:28:09 +01:00
parent 019ed9c49a
commit dce61f7477
8 changed files with 101 additions and 73 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.6.0' apply false
id 'com.android.library' version '8.6.0' apply false
id 'com.android.application' version '8.7.3' apply false
id 'com.android.library' version '8.7.3' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}