diff --git a/app/build.gradle b/app/build.gradle index db2dd318..37bb9dce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,6 +57,8 @@ android { vectorDrawables { useSupportLibrary true } + + resourceConfigurations += ["en", "de", "fr", "id"] } buildTypes { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 4ff80eef..a56a0b1a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,8 @@ android:supportsRtl="true" android:name=".RevoltApplication" android:theme="@style/Theme.Revolt" - tools:targetApi="31"> + android:localeConfig="@xml/locale_config" + tools:targetApi="tiramisu"> + + + + + + \ No newline at end of file