Bumped Gradle to version 8.8
This commit is contained in:
parent
6c031aedc5
commit
63645f7cf4
14 changed files with 141 additions and 64 deletions
|
@ -48,14 +48,13 @@ class Config private constructor(builder: Builder) {
|
|||
* See the [is.gd Shortening](https://is.gd/apishorteningreference.php) or
|
||||
* [is.gd Lookup](https://is.gd/apilookupreference.php) APIs.
|
||||
*/
|
||||
data class Builder(
|
||||
var url: String = "",
|
||||
data class Builder(var url: String) {
|
||||
var shorturl: String = "",
|
||||
var callback: String = "",
|
||||
var logstats: Boolean = false,
|
||||
var format: Format = Format.SIMPLE,
|
||||
var isVgd: Boolean = false
|
||||
) {
|
||||
|
||||
/**
|
||||
* The url parameter is the address that you want to shorten.
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue