mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Bump version for translations
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
cce3f1c9c0
commit
2b878f2058
8 changed files with 12 additions and 4 deletions
1
.idea/gradle.xml
generated
1
.idea/gradle.xml
generated
|
@ -14,7 +14,6 @@
|
||||||
<option value="$PROJECT_DIR$/app" />
|
<option value="$PROJECT_DIR$/app" />
|
||||||
</set>
|
</set>
|
||||||
</option>
|
</option>
|
||||||
<option name="resolveModulePerSourceSet" value="false" />
|
|
||||||
</GradleProjectSettings>
|
</GradleProjectSettings>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|
3
.idea/modules.xml
generated
3
.idea/modules.xml
generated
|
@ -4,6 +4,9 @@
|
||||||
<modules>
|
<modules>
|
||||||
<module fileurl="file://$PROJECT_DIR$/Veritas.iml" filepath="$PROJECT_DIR$/Veritas.iml" />
|
<module fileurl="file://$PROJECT_DIR$/Veritas.iml" filepath="$PROJECT_DIR$/Veritas.iml" />
|
||||||
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/Veritas.app.iml" filepath="$PROJECT_DIR$/.idea/modules/app/Veritas.app.iml" />
|
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/Veritas.app.iml" filepath="$PROJECT_DIR$/.idea/modules/app/Veritas.app.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/Veritas.app.androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/Veritas.app.androidTest.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/Veritas.app.main.iml" filepath="$PROJECT_DIR$/.idea/modules/app/Veritas.app.main.iml" />
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/modules/app/Veritas.app.unitTest.iml" filepath="$PROJECT_DIR$/.idea/modules/app/Veritas.app.unitTest.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
|
@ -71,6 +71,7 @@ Credits
|
||||||
- @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.
|
- huuhaa for the Finnish translations.
|
||||||
|
- Marcin Mikołajczak for Polish 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 83
|
versionCode 84
|
||||||
versionName "2.25"
|
versionName "2.26"
|
||||||
resConfigs "en", "af", "de", "es", "fi", "fr", "it", "pt", "ru"
|
resConfigs "en", "af", "de", "es", "fi", "fr", "it", "pl", "pt", "ru"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
|
|
2
app/src/main/res/values-pl/arrays.xml
Normal file
2
app/src/main/res/values-pl/arrays.xml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources></resources>
|
|
@ -9,6 +9,7 @@
|
||||||
<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>• huuhaa: Finnish Translations</item>
|
||||||
|
<item>• Marcin Mikołajczak: Polish 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/83.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/83.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Disable obfuscation
|
1
fastlane/metadata/android/en-US/changelogs/84.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/84.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Add Polish translations thanks to Marcin Mikołajczak
|
Loading…
Add table
Reference in a new issue