Skip to content

Commit

Permalink
fix(NMS): update supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Apr 11, 2024
1 parent 2f1406f commit 7fbfd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
versionName '3.8.7'
versionCode 111
versionCode 112
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
Expand Down
2 changes: 2 additions & 0 deletions app/src/dw/res/values/untraslatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<item>Automatic</item>
<item>English</item>
<item>Français</item>
<item>Deutsch</item>
<item>Português</item>
<item>Pусский</item>
<item>Español</item>
Expand All @@ -12,6 +13,7 @@
<item>auto</item>
<item>en</item>
<item>fr</item>
<item>de</item>
<item>pt_rBR</item>
<item>ru</item>
<item>es</item>
Expand Down

0 comments on commit 7fbfd60

Please sign in to comment.