mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Bump version
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
89fb3e5260
commit
dfdf9a2312
7 changed files with 10 additions and 6 deletions
|
@ -70,6 +70,7 @@ Credits
|
||||||
- @jontaix for Portuguese translations.
|
- @jontaix for Portuguese translations.
|
||||||
- @q1011 for the Russian translations.
|
- @q1011 for the Russian translations.
|
||||||
- Oswald van Ginkel for the Afrikaans translations.
|
- Oswald van Ginkel for the Afrikaans translations.
|
||||||
|
- huuhaa for the Finnish translations.
|
||||||
- Icons: Google/Android/AOSP, License: Apache 2.0, https://google.github.io/material-design-icons/
|
- Icons: Google/Android/AOSP, License: Apache 2.0, https://google.github.io/material-design-icons/
|
||||||
|
|
||||||
Notices
|
Notices
|
||||||
|
|
|
@ -6,9 +6,9 @@ android {
|
||||||
applicationId "us.spotco.malwarescanner"
|
applicationId "us.spotco.malwarescanner"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 80
|
versionCode 81
|
||||||
versionName "2.24"
|
versionName "2.25"
|
||||||
resConfigs "en", "af", "de", "es", "fr", "it", "pt", "ru"
|
resConfigs "en", "af", "de", "es", "fi", "fr", "it", "pt", "ru"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
|
|
2
app/src/main/res/values-es/arrays.xml
Normal file
2
app/src/main/res/values-es/arrays.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources></resources>
|
2
app/src/main/res/values-fi/arrays.xml
Normal file
2
app/src/main/res/values-fi/arrays.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources></resources>
|
|
@ -1,8 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name" translatable="false">Hypatia</string>
|
|
||||||
<string name="app_copyright">Copyright 2017-2021 Divested Computing Group</string>
|
|
||||||
<string name="app_license">License: GPL-3.0</string>
|
|
||||||
<string name="app_version">Versio: %s</string>
|
<string name="app_version">Versio: %s</string>
|
||||||
<string name="app_db_type_clamav">Powered by ClamAV tyylin allekirjoitukset</string>
|
<string name="app_db_type_clamav">Powered by ClamAV tyylin allekirjoitukset</string>
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
<item>• @jontaix: Portuguese Translations</item>
|
<item>• @jontaix: Portuguese Translations</item>
|
||||||
<item>• @q1011: Russian Translations</item>
|
<item>• @q1011: Russian Translations</item>
|
||||||
<item>• Oswald van Ginkel: Afrikaans Translations</item>>
|
<item>• Oswald van Ginkel: Afrikaans Translations</item>>
|
||||||
|
<item>• huuhaa: Finnish Translations</item>
|
||||||
<item>• ClamAV by Cisco: Signature Databases</item>
|
<item>• ClamAV by Cisco: Signature Databases</item>
|
||||||
<item>• ESET: Signature Databases</item>
|
<item>• ESET: Signature Databases</item>
|
||||||
<item>• Nex (@botherder): Signature Databases</item>
|
<item>• Nex (@botherder): Signature Databases</item>
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/81.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/81.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Add the Finnish translations, credit huuhaa
|
Loading…
Add table
Reference in a new issue