Husky-app-android/instance-build.gradle

20 lines
733 B
Groovy
Raw Permalink Normal View History

/**
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
2019-12-09 02:27:21 +01:00
ext.APP_NAME = "Husky"
// The application id. Must be unique, e.g. based on your domain
2019-12-09 02:27:21 +01:00
ext.APP_ID = "su.xash.husky"
// url of a custom app logo. Recommended size at least 600x600. Keep empty to use the Tusky elephant friend.
ext.CUSTOM_LOGO_URL = ""
// e.g. mastodon.social. Keep empty to not suggest any instance on the signup screen
ext.CUSTOM_INSTANCE = ""
// link to your support account. Will be linked on the about page when not empty.
2021-01-31 05:17:37 +01:00
ext.SUPPORT_ACCOUNT_URL = "https://huskyapp.dev/users/husky"