Skip to content

Commit

Permalink
Bump mozilla-speech to v1.0.9 (MozillaReality#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortimerGoro authored and Alexandre Lissy committed Jan 21, 2020
1 parent ffd6d12 commit dd69ed5
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
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
Expand Up @@ -26,14 +26,14 @@ def versions = [:]
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
versions.gecko_view = "72.0.20191202091209"
versions.android_components = "21.0.0"
versions.mozilla_speech = "1.0.9"
// Note that android-components also depends on application-services,
// and in fact is our main source of appservices-related functionality.
// The version number below tracks the application-services version
// that we depend on directly for the fenix-megazord (and for it's
// 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.9"
versions.openwnn = "1.3.7"
versions.google_vr = "1.190.0"
versions.room = "2.2.0"
Expand Down

0 comments on commit dd69ed5

Please sign in to comment.