[go: up one dir, main page]

Skip to content

Commit

Permalink
Added default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose J Varo committed Apr 16, 2019
1 parent 0942ec0 commit 44c0644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/MapsIndoorsOfflineDataSync.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ task fetchData {

// Pull the available languages list from the solution endpoint. This is used to get localized
// strings for most of the relevant data
final String[] solutionAvailableLanguages
String[] solutionAvailableLanguages = null

if (!embedDefaultLanguageDataOnly)
{
Expand Down

0 comments on commit 44c0644

Please sign in to comment.