Enable the German translation

This commit is contained in:
Tad 2021-02-02 09:11:31 -05:00
parent ec3706e5c2
commit 1c6e0c2304
2 changed files with 3 additions and 2 deletions

1
.idea/gradle.xml generated
View file

@ -5,6 +5,7 @@
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="PLATFORM" />
<option name="disableWrapperSourceDistributionNotification" value="true" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">

View file

@ -6,9 +6,9 @@ android {
applicationId "us.spotco.malwarescanner"
minSdkVersion 16
targetSdkVersion 29
versionCode 43
versionCode 44
versionName "3.0"
resConfigs "en"
resConfigs "en", "de"
vectorDrawables.useSupportLibrary = true
}
buildTypes {