This repository has been archived on 2023-08-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2023SELab1-project-Studeez/build.gradle
2023-05-16 00:41:24 +02:00

23 lines
797 B
Groovy

buildscript {
ext {
compose_ui_version = '1.2.0'
compose_version = '1.1.1'
coreTestingVersion = '2.1.0'
espressoVersion = '3.4.0'
kotlinVersion = '1.6.10'
}
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
// Hilt
id 'com.google.dagger.hilt.android' version '2.44' apply false
}