Skip to content

smartsight/smartsight-android

Repository files navigation

SmartSight Android app

SmartSight Android app in Kotlin

License: GPL v3

Development setup

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.

License

GPL © SmartSight

Releases

No releases published

Packages

No packages published

Languages