22 lines
933 B
Groovy
22 lines
933 B
Groovy
/**
|
|
Edit this file to create a Tusky build that is customized for your Fediverse instance.
|
|
Note: Publishing a custom build on Google Play may violate the Google Play developer policy (Repetetive Content)
|
|
*/
|
|
|
|
// The app name
|
|
ext.APP_NAME = "Chinwag Social"
|
|
|
|
// The application id. Must be unique, e.g. based on your domain
|
|
ext.APP_ID = "org.chinwag.socialapp"
|
|
|
|
// url of a custom app logo. Recommended size at least 600x600. Keep empty to use the Tusky elephant friend.
|
|
ext.CUSTOM_LOGO_URL = "https://static.chinwag.org/chinwag-logo-simple-1024.png"
|
|
|
|
// e.g. mastodon.social. Keep empty to not suggest any instance on the signup screen
|
|
ext.CUSTOM_INSTANCE = "social.chinwag.org"
|
|
|
|
// link to your support account. Will be linked on the about page when not empty.
|
|
ext.SUPPORT_ACCOUNT_URL = "https://social.chinwag.org/@ChinwagNews"
|
|
|
|
// New account registration link
|
|
ext.REGISTER_ACCOUNT_URL = "https://social.chinwag.org/auth/sign_up"
|