proto error

This commit is contained in:
Rune Dyselinck 2023-05-15 15:58:59 +02:00
parent 522ecae87a
commit 74526bc984
6 changed files with 80 additions and 14 deletions

View file

@ -1,5 +1,6 @@
buildscript {
ext {
compose_ui_version = '1.2.0'
compose_version = '1.1.1'
coreTestingVersion = '2.1.0'
espressoVersion = '3.4.0'
@ -8,16 +9,15 @@ buildscript {
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.android.tools.build:gradle:8.0.0'
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 '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
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
}