Skip to content

Commit

Permalink
[Catalog] Update dagger version, remove jetifier
Browse files Browse the repository at this point in the history
context:  https://github.com/google/dagger/releases/tag/dagger-2.26
"Migrate dagger-android to AndroidX."
PiperOrigin-RevId: 318870298
  • Loading branch information
ymarian committed Jun 29, 2020
1 parent 0b443ad commit eb2f52f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions catalog/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

dependencies {
api 'com.google.dagger:dagger:2.23.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.23.1'
api 'com.google.dagger:dagger:2.28.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.28.1'

api 'com.google.dagger:dagger-android:2.23.1'
api 'com.google.dagger:dagger-android-support:2.23.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.23.1'
api 'com.google.dagger:dagger-android:2.28.1'
api 'com.google.dagger:dagger-android-support:2.28.1'
annotationProcessor 'com.google.dagger:dagger-android-processor:2.28.1'

api 'androidx.multidex:multidex:2.0.0'
api 'androidx.constraintlayout:constraintlayout:1.1.3'
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ org.gradle.jvmargs=-Xmx1536m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true

# Jetifier is enabled for dagger in the catalog.
android.useAndroidX=true
android.enableJetifier=true
android.enableUnitTestBinaryResources=true

# Disable "The option setting 'android.enableUnitTestBinaryResources=true' is experimental and unsupported" warning
Expand Down

0 comments on commit eb2f52f

Please sign in to comment.