Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Bump mozilla-speech to v1.0.9 #2399

Merged
merged 1 commit into from
Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@
-keep class com.htc.** {*;}
-keep class com.qualcomm.** {*;}

# --------------------------------------------------------------------
# Keep rules for mozillaspeechlibrary dependency
# --------------------------------------------------------------------
-keep class cz.msebera.android.httpclient.** {*;}
-keep class com.loopj.android.http.** {*;}
-keep class com.github.axet.opusjni.Opus {*;}

-dontwarn **
-target 1.7
-dontusemixedcaseclassnames
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ versions.android_components = "21.0.0"
// forUnitTest variant), and it's important that it be kept in
// sync with the version used by android-components above.
versions.mozilla_appservices = "0.42.2"
versions.mozilla_speech = "1.0.6"
versions.mozilla_speech = "1.0.9"
versions.openwnn = "1.3.7"
versions.google_vr = "1.190.0"
versions.room = "2.2.0"
Expand Down