ddnet/scripts/android/files
def 052502a3d1 Fix local shellcheck warnings in android/files/build.sh
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" == "" ] && {
2021-12-21 17:52:06 +01:00
..
java/tw/DDNet Add Android build scripts 2021-08-24 12:18:20 +02:00
res/values Add Android build scripts 2021-08-24 12:18:20 +02:00
AndroidManifest.xml Add Android build scripts 2021-08-24 12:18:20 +02:00
build.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00
build.sh Fix local shellcheck warnings in android/files/build.sh 2021-12-21 17:52:06 +01:00
gradle-wrapper.jar Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle-wrapper.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
gradle.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
local.properties Add Android build scripts 2021-08-24 12:18:20 +02:00
proguard-rules.pro Add Android build scripts 2021-08-24 12:18:20 +02:00
settings.gradle Add Android build scripts 2021-08-24 12:18:20 +02:00