Skip to content

Commit

Permalink
audio-echo: cleanup and upgrade dependencies.
Browse files Browse the repository at this point in the history
We don't have any JARs, so that's gone.

appcompat is defined by the version catalog, so switch to that. The
catalog does define 1.6.1 right now, so this is also an upgrade.
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent 9d11840 commit 983107c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions audio-echo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation libs.appcompat
}

0 comments on commit 983107c

Please sign in to comment.