Files
Thuis_app/build.gradle
Mitchel van Hamburg a80118fea7 Added app icon
Started work on the freezer overview

Updated dependencies

Some project restructuring
2023-01-23 10:09:41 +01:00

10 lines
361 B
Groovy

buildscript {
ext {
compose_version = '1.3.3'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0' apply false
id 'com.android.library' version '7.4.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}