Bump NetBird to v0.32.0

This commit is contained in:
bg443
2024-11-17 14:44:02 +00:00
parent 22167a47d6
commit 41ce6178ae
5 changed files with 6 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ object Languages {
R.string.cs to "cs",
R.string.da to "da",
R.string.et to "et",
R.string.fi to "fi",
R.string.hu to "hu",
R.string.ga to "ga",
R.string.pl to "pl",

View File

@@ -129,7 +129,8 @@
<string name="zh_CN" translatable="false">中文 (简体)</string>
<string name="cs" translatable="false">Čeština</string>
<string name="da" translatable="false">Dansk</string>
<string name="et" translatable="false">Eesti keel</string>
<string name="et" translatable="false">Eesti</string>
<string name="fi" translatable="false">Suomi</string>
<string name="hu" translatable="false">Magyar</string>
<string name="ga" translatable="false">Gaeilge</string>
<string name="pl" translatable="false">Polski</string>

View File

@@ -7,6 +7,7 @@
<locale android:name="cs" />
<locale android:name="da" />
<locale android:name="et" />
<locale android:name="fi" />
<locale android:name="hu" />
<locale android:name="ga" />
<locale android:name="pl" />

Submodule netbird updated: d47be154ea...a7d5c52203

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eux
set -eu
export PATH="${PATH}:${ANDROID_HOME}/build-tools/34.0.0"
export PATH="${PATH}:${JAVA_HOME}/bin"