Update gradle and dependencies

This commit is contained in:
Alexander Bakker 2022-08-03 20:38:10 +02:00
parent 043b17909c
commit f73a64acd6
4 changed files with 27 additions and 23 deletions

View file

@ -6,9 +6,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.41'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.43.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files