diff --git a/.TODO.md.swp b/.TODO.md.swp new file mode 100644 index 0000000..3f8deb6 Binary files /dev/null and b/.TODO.md.swp differ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9d14cfb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "ansible.python.interpreterPath": "/bin/python" +} \ No newline at end of file diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..e69de29 diff --git a/client/build.gradle b/client/build.gradle index d0db8b2..c116aed 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -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.0.0' apply false - id 'com.android.library' version '8.0.0' apply false + id 'com.android.application' version '8.0.1' apply false + id 'com.android.library' version '8.0.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.0' apply false }