Skip to content

Commit

Permalink
fix for included builds (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
gasstan committed Oct 21, 2022
1 parent 1f1265e commit f397260
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Expand Up @@ -101,7 +101,6 @@ android {
arguments {
arg 'dagger.fastInit', 'enabled'
arg 'dagger.fullBindingGraphValidation', 'ERROR'
arg 'dagger.gradle.incremental'
}
}
packagingOptions {
Expand Down Expand Up @@ -171,7 +170,7 @@ dependencies {
implementation Deps.Grpc.OKHTTP
implementation Deps.Grpc.PROTOBUG
implementation Deps.Grpc.STUB
implementation 'com.squareup.okio:okio:1.17.5'
implementation 'com.squareup.okio:okio:2.8.0'
implementation Deps.JavaX.JAVA_ANNOTATION

// Analytics (for dogfooding/crash-reporting/feedback only on internal team builds)
Expand Down

0 comments on commit f397260

Please sign in to comment.