SmartSight Android app in Kotlin
You will need to define the server URL in the project build.gradle
file. This constant corresponds to the address of the running SmartSight API (see the default setup).
buildscript {
ext.serverUrl = [
debug: '[address of the server in debug mode]',
release: '[address of the server in release mode]'
]
// ...
}
Sync your project and you're ready to go.
GPL © SmartSight