Skip to content

Commit

Permalink
Merge pull request #3150 from CruGlobal/fixAppLanguageList
Browse files Browse the repository at this point in the history
GT-1985 fix the meta-data used to load the app language list on older versions of Android
  • Loading branch information
frett authored Oct 11, 2023
2 parents a9b2ce5 + e661694 commit e565297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
</service>

<meta-data
android:name="org.ccci.gto.support.compat.LocaleConfig"
android:name="org.ccci.gto.android.common.androidx.core.LocaleConfig"
android:resource="@xml/locales_config" />
<!-- endregion LocaleConfig -->

Expand Down

0 comments on commit e565297

Please sign in to comment.