VidyasagarMSC / WatBot

An Android ChatBot powered by IBM Watson Services (Assistant V1, Text-to-Speech, and Speech-to-Text with Speaker Recognition) on IBM Cloud.
Other
72 stars 53 forks source link

Which build.gradle to update to enable Watson services? #17

Open chdaesung opened 4 years ago

chdaesung commented 4 years ago

This is a question. This github page says, "The required gradle entries for TTS is already included in the build.gradle file". I have checked two places(under WatBot and WatBot/app), but none of them contained the instructed stanza. Which file and which line do I need to update to enable Watson TTS & STT?

compile 'com.ibm.watson.developer_cloud:text-to-speech:6.11.0' compile 'com.ibm.watson.developer_cloud:android-sdk:0.5.0'