@@ -117,8 +117,6 @@ android {
117117
118118 // Set specific application name as a resource, so that it's clear in the device what flavor a user is looking at
119119 resValue " string" , " app_name" , " Restcomm WebRTC Demo Community"
120- // buildConfigField "boolean", "ENABLE_TEST_FAIRY_RUNTIME", "false"
121- // buildConfigField "String", "TESTFAIRY_APP_TOKEN", TESTFAIRY_APP_TOKEN
122120
123121 // ICE_USERNAME, ICE_PASSWORD, ICE_DOMAIN &ICE_URL are defined in project gradle.properties for community builds, but also overriden
124122 // by gradle properties passed from command line (i.e. $ gradlew ... -PICE_DOMAIN=...) for Telestax builds from our
@@ -141,8 +139,6 @@ android {
141139
142140 // Set specific application name as a resource, so that it's clear in the device what flavor a user is looking at
143141 resValue " string" , " app_name" , " Restcomm WebRTC Demo Premium"
144- // buildConfigField "boolean", "ENABLE_TEST_FAIRY_RUNTIME", "false"
145- // buildConfigField "String", "TESTFAIRY_APP_TOKEN", TESTFAIRY_APP_TOKEN
146142
147143 // ICE_USERNAME, ICE_PASSWORD, ICE_DOMAIN &ICE_URL are defined in project gradle.properties for community builds, but also overriden
148144 // by gradle properties passed from command line (i.e. $ gradlew ... -PICE_DOMAIN=...) for Telestax builds from our
@@ -241,8 +237,10 @@ dependencies {
241237 // compile 'testfairy:testfairy-android-sdk:1.4.5'
242238 // compile 'net.hockeyapp.android:HockeySDK:4.1.1'
243239 // //compile files('./libs/testfairy-android-sdk-1.4.6-unlimited-events.jar')
244- compile ' com.google.firebase:firebase-messaging:11.6.2'
240+ compile ' com.google.firebase:firebase-messaging:11.8.0'
241+
245242 // AndroidJUnitRunner and JUnit Rules
243+ // Remember that we need to prefix instrumented tests with 'android'
246244 androidTestCompile ' com.android.support.test:runner:1.0.1'
247245 androidTestCompile ' com.android.support.test:rules:1.0.1'
248246 androidTestUtil ' com.android.support.test:orchestrator:1.0.1'
@@ -256,6 +254,7 @@ dependencies {
256254 androidTestCompile ' com.squareup.assertj:assertj-android:1.1.1' , {
257255 exclude group : ' com.android.support' , module : ' support-annotations'
258256 }
257+
259258 compile ' com.android.support:multidex:1.0.2'
260259}
261260
0 commit comments