upgrade gradle

This commit is contained in:
Martin Ptáček
2023-05-28 14:51:22 +02:00
parent 28b273c98a
commit 61aa70fe01
4 changed files with 5 additions and 2 deletions

BIN
.TODO.md.swp Normal file

Binary file not shown.

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/bin/python"
}

0
TODO.md Normal file
View File

View File

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