Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Updates AGP version
Browse files Browse the repository at this point in the history
Change-Id: Ie36eac77f7115975737e3b4981716072c40813f2
  • Loading branch information
Manuel Vivo committed May 29, 2020
1 parent 6e50d4c commit 8d83549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -15,14 +15,14 @@
*/

buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.72'
ext.hilt_version = '2.28-alpha'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.0-rc01'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
}
Expand Down

0 comments on commit 8d83549

Please sign in to comment.