
* Add login * Bump * Remove authHeaders from imageRequest * Make token nullable * Use /login api endpoint * Review changes * Throw error * Throw api error message * Reduce one day to prevent timezone issues * Fix no scheme found * Double parenthesis
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
plugins {
|
|
id("lib-multisrc")
|
|
}
|
|
|
|
baseVersionCode = 22
|
|
|
|
dependencies {
|
|
api(project(":lib:i18n"))
|
|
}
|