tw.DDNet
org.ddnet.client
local.properties
.gitignore
This file is not supposed to be added to version control and will be regenerated whenever the Gradle build is run.
In ./scripts/android/files/build.sh line 3: [ x"$1" == x ] && { ^---^ SC2268 (style): Avoid x-prefix in comparisons as it no longer serves a purpose. Did you mean: [ "$1" == "" ] && {