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

Commit

Permalink
Bump mozilla-speech to v1.0.9 (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and keianhzo committed Dec 5, 2019
1 parent 37894b4 commit df75bb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
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

0 comments on commit df75bb8

Please sign in to comment.