My android app currently contains 18 translations for 170 different strings ranging from 6/170 translated to 170/170 translated.
For a non-english speaking app users it makes no sense to tell that the app is available in language xx if in fact only 3% of the strings are really translated.
My question: Is it possible to tell android-studio or gradle that i donot want language xx be included in the final apk without deleting the existing translations in the sourcetree?
i want to exclude the languages that are less than 65% translated
See also