Skip to content

Commit

Permalink
fix: corrected gradle properties task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Mehmet committed Jul 16, 2024
1 parent 384b1fd commit b23cab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/taskManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as android_manifest from '../tasks/androidManifestTask';
import * as strings_xml from '../tasks/stringsXmlTask';
import * as podfile from '../tasks/podFileTask';
import * as gitignore from '../tasks/gitignoreTask';
import * as gradleProperties from '../tasks/gradlePropertiesTask';
import * as gradle_properties from '../tasks/gradlePropertiesTask';
import * as fs from '../tasks/fsTask';
import * as json from '../tasks/jsonTask';
import * as prompt from '../tasks/promptTask';
Expand All @@ -27,7 +27,7 @@ const task: Record<string, TaskExports> = {
android_manifest,
podfile,
gitignore,
gradleProperties,
gradle_properties,
fs,
json,
prompt,
Expand Down

0 comments on commit b23cab5

Please sign in to comment.