Skip to content

Commit

Permalink
Fix rootProject name in the settings file (#4)
Browse files Browse the repository at this point in the history
FIxes the rootProject name in the settings file
  • Loading branch information
Azurelol committed Nov 9, 2022
1 parent b737b08 commit d0c8694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ pluginManagement {
}
}

rootProject.name = 'buildUnityIos'
rootProject.name = 'build-unity-ios'

0 comments on commit d0c8694

Please sign in to comment.