Initial commit for assignment 4

This commit is contained in:
2023-05-04 11:36:17 +02:00
commit 80caff33e3
38 changed files with 1091 additions and 0 deletions

16
settings.gradle Normal file
View File

@ -0,0 +1,16 @@
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "AtomikKeyboard"
include ':app'