Skip to content

Commit

Permalink
audio-echo: remove proguard stuff.
Browse files Browse the repository at this point in the history
minifyEnabled already defaults to false. aiui that's in all the
templates (and it still is in the template for a newly created project)
as a hint for something developers may want to turn on later. It doesn't
add anything to the sample if we're not actually going to enable it, and
I'm not going to go figure out what proguard changes need to happen to
enable it right now. Maybe later.

Since minification isn't used, the proguard config does nothing.
  • Loading branch information
DanAlbert committed May 9, 2024
1 parent 5696781 commit 9d11840
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
7 changes: 0 additions & 7 deletions audio-echo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ android {
}
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
}
}
externalNativeBuild {
cmake {
path 'src/main/cpp/CMakeLists.txt'
Expand Down
17 changes: 0 additions & 17 deletions audio-echo/app/proguard-rules.pro

This file was deleted.

0 comments on commit 9d11840

Please sign in to comment.