Skip to content

ripzery/tamboon

Repository files navigation

tamboon

To make it works, please run server and then enter endpoint url of the server in file build.gradle as following.

productFlavors {
        sweet {
            dimension 'tb'
            applicationId "com.ripzery.tamboon"
            buildConfigField 'String', 'tamboonBaseUrl', '"https://localhost:8080/"'
        }
}

Assume your server endpoint is 192.168.25.171:8080, then change tamboonBaseUrl as following.

productFlavors {
        sweet {
            dimension 'tb'
            applicationId "com.ripzery.tamboon"
            buildConfigField 'String', 'tamboonBaseUrl', '"https://192.168.25.171:8080/"'
        }
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published