Skip to content

Commit

Permalink
Bump anvil to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyadio committed Jan 10, 2022
1 parent e4fff0c commit d6afb3f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidxAppCompat = "1.3.1"
androidxCore = "1.7.0"
androidxFragment = "1.3.6"
androidxLifecycle = "2.4.0"
anvil = "2.3.8-CONTRIBUTE-SNAPSHOT"
anvil = "2.3.10"
dagger = "2.39.1"
kotlin = "1.5.31"
kotlinxCoroutines = "1.5.2"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
}

Expand Down

0 comments on commit d6afb3f

Please sign in to comment.