Skip to content

Commit

Permalink
Remove unnecessary filters for pseudolocales
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Jan 21, 2025
1 parent d53a382 commit da90064
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ android {
dimension = "default"
}
create("dev") {
// Include pseudolocales: https://developer.android.com/guide/topics/resources/pseudolocales
androidResources {
@Suppress("UnstableApiUsage")
localeFilters += listOf("en", "en_XA", "ar_XB", "xxhdpi")
}
dimension = "default"
}
}
Expand Down

0 comments on commit da90064

Please sign in to comment.