Update dependencies

This commit is contained in:
Koitharu
2023-01-06 08:04:05 +02:00
parent 738299e8d3
commit bd692fc60c
3 changed files with 7 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
classpath 'com.google.dagger:hilt-android-gradle-plugin:2.44'
// NOTE: Do not place your application dependencies here; they belong
@@ -24,7 +24,7 @@ allprojects {
}
}
Object localProperty(String name, Object defaultValue = 'null') {
String localProperty(String name, String defaultValue = 'null') {
Properties localProperties = new Properties()
project.rootProject.file('local.properties').withInputStream { localProperties.load(it) }