feat: api integration

This commit is contained in:
Stefan Zollinger
2023-10-24 12:03:00 +02:00
parent f13fccfe1a
commit 8a49edd6fb
8 changed files with 125 additions and 84 deletions

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.0.2' apply false
id 'com.android.library' version '8.0.2' 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
}