Skip to content

Commit

Permalink
Revert "Update version string/format"
Browse files Browse the repository at this point in the history
This reverts commit afebaf7.
  • Loading branch information
desyncr committed Jan 25, 2021
1 parent afebaf7 commit ebfb394
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ android {
minSdkVersion 22
targetSdkVersion 30
versionCode 293
versionName "v0.2.2-beta"
versionName "0.2.2-beta"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
ndk {
abiFilters 'arm64-v8a', 'x86_64', 'x86', 'armeabi-v7a'
}

setProperty("archivesBaseName", "freenet-mobile-$versionName")
setProperty("archivesBaseName", "freenet-mobile-v$versionName")
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="preserve_battery">Batterie schonen</string>
<string name="text_about"><![CDATA[
<h2>Ausführung</h2>
%1$s
v%1$s
<p>
Open Source-Anwendung rund um Freenet Project.
</p>
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 @@ -24,7 +24,7 @@
<string name="node_paused">Freenet está pausado.</string>
<string name="text_about"><![CDATA[
<h2>Versión</h2>
%1$s
v%1$s
<p>
Aplicación de código abierto construida alrededor de Freenet Project.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="node_paused">Freenet est en pause.</string>
<string name="text_about"><![CDATA[
<h2>Version</h2>
%1$s
v%1$s
<p>
Application open source construite autour du projet Freenet.
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="node_paused">Freenet está em pausa.</string>
<string name="text_about"><![CDATA[
<h2>Versão</h2>
%1$s
v%1$s
<p>
Aplicativo de código aberto construído em torno do Projeto Freenet.
</p>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<string name="web_access">Access from PC</string>
<string name="web_access_summary">Access Freenet running on your phone from a PC or Tablet. The device must be on the same network. Access it through: http://%1$s:%2$d.</string>
<string name="node_paused">Freenet is paused.</string>
<string name="app_version" translatable="false">%1$s</string>
<string name="app_version" translatable="false">v%1$s</string>

<string name="text_about"><![CDATA[
<h2>Version</h2>
%1$s
v%1$s
<p>
Open source application built around Freenet Project.
</p>
Expand Down

0 comments on commit ebfb394

Please sign in to comment.