You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In droid-vizu-master\ripplesoundplayer\build.gradle file
com.novoda:bintray-release:0.4.0 must be updated to com.novoda:bintray-release:0.9
In droid-vizu-master\build.gradle file
allprojects {
repositories {
jcenter()
}
}
must be updated to
allprojects {
repositories {
google()
jcenter()
}
}
droid-vizu-master\app\src\main\res\raw\Imagination.mp3 file must be renamed to droid-vizu-master\app\src\main\res\raw\imagination.mp3
The text was updated successfully, but these errors were encountered:
In droid-vizu-master\ripplesoundplayer\build.gradle file
com.novoda:bintray-release:0.4.0 must be updated to com.novoda:bintray-release:0.9
In droid-vizu-master\build.gradle file
allprojects {
repositories {
jcenter()
}
}
must be updated to
allprojects {
repositories {
google()
jcenter()
}
}
droid-vizu-master\app\src\main\res\raw\Imagination.mp3 file must be renamed to droid-vizu-master\app\src\main\res\raw\imagination.mp3
The text was updated successfully, but these errors were encountered: