Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): prepare app for v3.8.8 release #748

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'org.openobservatory.ooniprobe'
minSdk libs.versions.minSdk.get().toInteger()
targetSdk libs.versions.targetSdk.get().toInteger()
versionName '3.8.7'
versionCode 111
versionName '3.8.8'
versionCode 116
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: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<string name="Dashboard_Experimental_Card_Description">Ejecutar nuevas pruebas experimentales</string>
<string name="Dashboard_Experimental_Overview_Paragraph">Ejecutar las siguientes nuevas pruebas experimentales desarrolladas por el equipo OONI:\n%1$s\n\nTus resultados serán publicados en el [Explorador OONI](https://explorer.ooni.org/) y el [API OONI](https://api.ooni.io/).</string>
<string name="Dashboard_Experimental_Overview_Paragraph_AutomatedTesting">Las siguientes pruebas solo se ejecutarán como parte de las pruebas automatizadas:</string>
<string name="Dashboard_DisabledTests_Label">Disabled Tests</string>
<string name="Dashboard_DisabledTests_Label">Pruebas Deshabilitadas</string>
<string name="TestResults_Gbps">Gbit/s</string>
<string name="TestResults_Mbps">Mbit/s</string>
<string name="TestResults_Kbps">kbit/s</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-th/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<string name="TestResults_Details_Failed_TryAgain">ลองอีกครั้ง</string>
<string name="TestResults_Details_Methodology_Paragraph">เรียนรู้ว่าการทดสอบนี้ทำงานอย่างไร [ที่นี่](%1$s)</string>
<string name="TestResults_Details_Websites_Reachable_Hero_Title">เข้าถึงได้</string>
<string name="TestResults_Details_Websites_Reachable_Content_Paragraph">%1$s สามารถเข้าถึงได้</string>
<string name="TestResults_Details_Websites_Reachable_Content_Paragraph">%1$s เข้าถึงได้</string>
<string name="TestResults_Details_Websites_LikelyBlocked_Hero_Title">น่าจะถูกปิดกั้น</string>
<string name="TestResults_Details_Websites_LikelyBlocked_Content_Paragraph">%1$s น่าจะถูกปิดกั้น ด้วยวิธี %2$s\n\nหมายเหตุ : การตรวจพบที่ผิดพลาดเกิดขึ้นได้ เรียนรู้เพิ่ม[ที่นี่](https://ooni.org/support/faq/#what-are-false-positives)</string>
<string name="TestResults_Details_Websites_LikelyBlocked_Content_LearnToCircumvent">การหลบเลี่ยงการปิดกั้น</string>
Expand Down
Loading