Skip to content

Commit

Permalink
Fix/workaround to get the project building after upgrading to arctic …
Browse files Browse the repository at this point in the history
…fox beta 4.

Refer google/dagger#2700
  • Loading branch information
roshanrajaratnam committed Jun 18, 2021
1 parent 374375c commit a18bd35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ buildscript {
// https://developer.android.com/training/dependency-injection/hilt-android
hilt_android_version = '1.0.0'
// https://github.com/google/accompanist/releases
accompanist_version = '0.11.1'
accompanist_version = '0.12.0'
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-beta03'
classpath 'com.android.tools.build:gradle:7.1.0-alpha02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_dagger_version"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Mar 03 15:14:22 CET 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit a18bd35

Please sign in to comment.