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 8, 2024
1 parent f024236 commit 7b6a591
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 7b6a591

Please sign in to comment.