diff --git a/app/build.gradle b/app/build.gradle
index 46fcba036..fbf7ee676 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
- versionName '3.8.6'
- versionCode 110
+ versionName '3.8.7'
+ versionCode 111
testInstrumentationRunner "org.openobservatory.ooniprobe.TestAndroidJUnitRunner"
buildConfigField 'String', 'OONI_API_BASE_URL', '"https://api.ooni.io/"'
buildConfigField 'String', 'NOTIFICATION_SERVER', '"https://countly.ooni.io"'
diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml
index 14de69c06..383161e0c 100644
--- a/app/src/main/res/values-ar/strings.xml
+++ b/app/src/main/res/values-ar/strings.xml
@@ -164,7 +164,7 @@
فشل
باستطاعتك إجراء هذا الاختبار من جديد
الرجاء المحاولة مجددًا
- التعرف على كيفية عمل هذا الاختبار [هنا]([رابط]).
+ التعرف على كيفية عمل هذا الاختبار [هنا](%1$s).
مُتاح
%1$s مُتاح.
محجوب على الأرجح
diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml
index 63d934a91..aa25a417a 100644
--- a/app/src/main/res/values-pt-rBR/strings.xml
+++ b/app/src/main/res/values-pt-rBR/strings.xml
@@ -365,7 +365,7 @@
Último teste automatizado: %1$s.
Somente com Wi-Fi
Somente durante o carregamento
- Ao permitir testes automáticos, os testes OONI Probe serão executados automaticamente várias vezes por dia. Os resultados de seus testes serão publicados automaticamente no OONI Explorer: https://explorer.ooni.org/ \n\nIImportante: Se você tiver uma VPN habilitada, a OONI Probe não executará testes automaticamente. Por favor, desligue sua VPN para testes automatizados da OONI Probe. Saiba mais: https://ooni.org/support/faq/#can-i-run-ooni-probe-over-a-vpn
+ Ao permitir testes automáticos, os testes OONI Probe serão executados automaticamente várias vezes por dia. Os resultados de seus testes serão publicados automaticamente no OONI Explorer: https://explorer.ooni.org/ \n\nImportante: Se você tiver uma VPN habilitada, a OONI Probe não executará testes automaticamente. Por favor, desligue sua VPN para testes automatizados da OONI Probe. Saiba mais: https://ooni.org/support/faq/#can-i-run-ooni-probe-over-a-vpn
Compartilhando
Publicar os resultados automaticamente
Carregamento manual dos resultados
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index f8f584b4b..769f7e0aa 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -40,7 +40,7 @@ markwon = "4.6.2"
shapeofview = "1.4.7"
targetSdk = "33"
minSdk = "21"
-oonimkall = "2023.12.13-200325"
+oonimkall = "2024.03.27-124004"
junit = "4.13.2"
dbflow = "4.2.4"