Skip to content

Commit b34364f

Browse files
author
Ognjen Manevski
committed
2 parents e7e3f8f + 49f1af2 commit b34364f

File tree

46 files changed

+136
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+136
-91
lines changed

Examples/restcomm-olympus/app/app.iml

Lines changed: 104 additions & 68 deletions
Large diffs are not rendered by default.

Examples/restcomm-olympus/app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3.45 KB
2.42 KB
4.5 KB
6.88 KB
4.16 KB
2.57 KB
1.92 KB

0 commit comments

Comments
 (0)