Skip to content

Commit

Permalink
Fix IncompatibleClassChangeError on API23
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed May 11, 2023
1 parent 117a8ae commit 78a1c90
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 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.29'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.16'
implementation 'tech.relaycorp:cogrpc:1.1.30'
implementation 'tech.relaycorp:cogrpc-okhttp:1.1.18'
implementation 'tech.relaycorp:doh:1.0.21'
testImplementation "tech.relaycorp:awala-testing:1.5.10"

Expand Down
6 changes: 6 additions & 0 deletions app/firebase-test-lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ spec:
test: app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
timeout: 30m
device:
# Nexus 5 (virtual)
- model: Nexus5
version: 23 # Android 6.0
locale: en
orientation: portrait

# Nexus 6 (virtual)
- model: Nexus6
version: 24 # Android 7.0
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ buildscript {
ext {
kotlinVersion = '1.8.10'
kotlinCoroutinesVersion = '1.6.4'
grpcVersion = '1.49.0'
protobufVersion = '3.21.2'
protobufGradleVersion = '0.8.18'
grpcVersion = '1.54.0'
nettyVersion = '4.1.77.Final'
aboutLibsVersion = '8.6.3'
junitVersion = '5.9.0'
Expand Down

0 comments on commit 78a1c90

Please sign in to comment.