Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
an AS server
|
|
|
|
Closes #1110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not ideal but enough. And the whole TabLayout seems to be a minefield of
strange behaviour
|
|
This also fixes the issues of Android studio not seeing the generated
files.
|
|
|
|
For a colleague who really wanted it:
"Oh come on, it's a simple fix. Simply fix 10 year old software a bit. 😜"
|
|
|
|
|
|
|
|
|
|
The use of apply plugin in kts file could cause issues, see:
https://kotlinlang.org/docs/reference/using-gradle.html#using-gradle-kotlin-dsl
|
|
Use keystore for release builds and debug signing for debug builds.
|
|
Start with default android stuff, move black magic to end of file.
|
|
Repositories are defined in top level build.gradle. No need to define
them again in the modules.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|