Initial commit with feyenoord support, card support being worked on

This commit is contained in:
2022-11-02 14:45:30 +01:00
commit 8b7efbae4e
67 changed files with 1557 additions and 0 deletions

10
build.gradle Normal file
View File

@@ -0,0 +1,10 @@
buildscript {
ext {
compose_ui_version = '1.2.1'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}