Procházet zdrojové kódy

#8264: Enabled isPseudoLocalesEnabled for debug (#8367)

Enabled isPseudoLocalesEnabled for debug
Brett McGinnis před 2 roky
rodič
revize
ea3f933e95
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/build.gradle.kts

+ 1 - 0
app/build.gradle.kts

@@ -59,6 +59,7 @@ android {
         named("debug") {
             versionNameSuffix = "-${getCommitCount()}"
             applicationIdSuffix = ".debug"
+            isPseudoLocalesEnabled = true
         }
         named("release") {
             isShrinkResources = true