Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 13, 2024
1 parent 73a9b80 commit 1d985dd
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
20 changes: 10 additions & 10 deletions binding/android/OrcaTestApp/orca-test-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ android {
resValue 'string', 'procPerformanceThresholdSec', properties.getProperty("procPerformanceThresholdSec", "")
}

// signingConfigs {
// release {
// storePassword properties.getProperty("storePassword")
// storeFile file(properties.getProperty("storeFile", ".dummy.jks"))
// keyAlias properties.getProperty("keyAlias")
// keyPassword properties.getProperty("keyPassword")
// }
// }
signingConfigs {
release {
storePassword properties.getProperty("storePassword")
storeFile file(properties.getProperty("storeFile", ".dummy.jks"))
keyAlias properties.getProperty("keyAlias")
keyPassword properties.getProperty("keyPassword")
}
}

buildTypes {
debug {
// signingConfig signingConfigs.release
signingConfig signingConfigs.release
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
// signingConfig signingConfigs.release
signingConfig signingConfigs.release
}
}

Expand Down
2 changes: 1 addition & 1 deletion binding/android/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ocra Binding for Android
# Orca Binding for Android

## Orca

Expand Down
3 changes: 1 addition & 2 deletions resources/.lint/spell-check/.cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@

// android
"**/AndroidManifest.xml",
"**/activity_main.xml",
"**/orca_activity_demo.xml"
"**/orca_demo.xml"
]
}
24 changes: 16 additions & 8 deletions resources/.lint/spell-check/dict.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,34 @@
LPWSTR
Makefiles
Picovoice
aarch
androidx
armv
camelcase
Compat
constraintlayout
copywasm
downsample
editdistance
flac
floatfmt
fprintf
Gson
holo
iife
jetson
libpv
pvbase
LPWSTR
Makefiles
orcademo
Picovoice
pluginutils
pvbase
pvleopard
pvorca
pvorcademo
Readables
Sevilla
signup
stdbool
stdlib
testapp
vorbis
wargv
Sevilla
editdistance
pvleopard
wargv

0 comments on commit 1d985dd

Please sign in to comment.