Upgraded dependencies; started work on entry import & export via JSON

This commit is contained in:
denizk0461
2023-11-01 10:24:00 +01:00
parent cd075e9560
commit 62bbba447f
8 changed files with 31 additions and 17 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'com.android.application' version '8.1.2' apply false
id 'com.android.library' version '8.1.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}
task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}