Skip to content

Commit

Permalink
fix(deps): Update gRPC to 1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Jan 24, 2024
1 parent c3460c3 commit d722f7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ dependencies {

// Awala
implementation 'tech.relaycorp:awala:1.66.4'
implementation 'tech.relaycorp:cogrpc:1.1.31'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.26'
implementation 'tech.relaycorp:cogrpc:1.1.32'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.28'
implementation 'tech.relaycorp:doh:1.0.21'
testImplementation "tech.relaycorp:awala-testing:1.5.26"

Expand Down Expand Up @@ -167,6 +167,7 @@ dependencies {
testImplementation 'org.mockito:mockito-inline:4.7.0'
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
testImplementation "io.grpc:grpc-testing:$grpcVersion"
testImplementation "io.grpc:grpc-inprocess:$grpcVersion"

// Instrumentation Testing
androidTestImplementation 'androidx.test:runner:1.4.0'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/tech/relaycorp/courier/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ open class App : Application() {
super.onCreate()
component.inject(this)
setupLogger()
setupStrictMode()
// setupStrictMode()
registerActivityLifecycleCallbacks(foregroundAppMonitor)
wifiHotspotStateWatcher.start()
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
kotlinVersion = '1.9.21'
kotlinCoroutinesVersion = '1.7.3'
grpcVersion = '1.60.0'
grpcVersion = '1.61.0'
nettyVersion = '4.1.78.Final'
aboutLibsVersion = '8.6.3'
junitVersion = '5.9.0'
Expand Down

0 comments on commit d722f7f

Please sign in to comment.