Skip to content

Commit

Permalink
fix: folder naming
Browse files Browse the repository at this point in the history
  • Loading branch information
agronick committed Dec 22, 2023
1 parent 3aafc65 commit 489dc7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
useSupportLibrary true
}
buildConfigField "boolean", "SIMULATE_METRICS", "false"
resourceConfigurations += ['en', 'cs', 'de', 'el', 'es', 'fr', 'fr-rCA', 'it', 'nl', 'pl', 'pt', 'pt-br', 'ru', 'sl', 'uk']
resourceConfigurations += ['en', 'cs', 'de', 'el', 'es', 'fr', 'fr-rCA', 'it', 'nl', 'pl', 'pt', 'pt-rBR', 'ru', 'sl', 'uk']
}
applicationVariants.all {
buildConfigField "String", "RELEASE_URL", "\"https://api.github.com/repos/${ghOwner}/${ghPackage}/releases/latest\""
Expand Down
File renamed without changes.

0 comments on commit 489dc7e

Please sign in to comment.