diff --git a/Examples/restcomm-helloworld/app/app.iml b/Examples/restcomm-helloworld/app/app.iml index 3b32ea49..ef58f370 100644 --- a/Examples/restcomm-helloworld/app/app.iml +++ b/Examples/restcomm-helloworld/app/app.iml @@ -76,32 +76,46 @@ + + + + + + + + - + + + + + + - + - - - - - + + + + + + + + + + - - - - \ No newline at end of file diff --git a/Examples/restcomm-helloworld/app/build.gradle b/Examples/restcomm-helloworld/app/build.gradle index f317c7c7..59a9ce68 100644 --- a/Examples/restcomm-helloworld/app/build.gradle +++ b/Examples/restcomm-helloworld/app/build.gradle @@ -40,7 +40,7 @@ repositories { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) //compile project(':restcomm.android.sdk') - compile 'org.restcomm:restcomm-android-sdk:1.0.3-BETA6-134' + compile 'org.restcomm:restcomm-android-sdk:1.0.5-BETA7-174' compile 'com.android.support:appcompat-v7:25.1.1' }