fist test
This commit is contained in:
parent
b53e3cdc5a
commit
522ecae87a
8 changed files with 135 additions and 12 deletions
|
@ -1,6 +1,5 @@
|
|||
buildscript {
|
||||
ext {
|
||||
compose_ui_version = '1.2.0'
|
||||
compose_version = '1.1.1'
|
||||
coreTestingVersion = '2.1.0'
|
||||
espressoVersion = '3.4.0'
|
||||
|
@ -9,13 +8,13 @@ buildscript {
|
|||
|
||||
dependencies {
|
||||
classpath 'com.google.gms:google-services:4.3.15'
|
||||
classpath 'com.android.tools.build:gradle:7.2.0'
|
||||
classpath 'com.android.tools.build:gradle:8.0.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 'com.android.application' version '8.0.0' apply false
|
||||
id 'com.android.library' version '8.0.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
|
||||
|
||||
// Hilt
|
||||
|
|
Reference in a new issue