Skip to content

Commit

Permalink
chore(release): prepare app for v3.8.8 release (#748)
Browse files Browse the repository at this point in the history
Part of ooni/probe#2738

## Proposed Changes

  - Update translations.
  - Update version code and name.
  • Loading branch information
aanorbel authored Jun 4, 2024
1 parent d36c4ae commit 103926d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 103926d

Please sign in to comment.