Skip to content

Commit db3ff2e

Browse files
fix: point android-dts-generator submodule at main
The android-dts-generator repo renamed its default branch from master to main and deleted master, so the submodule's `branch = master` no longer resolves and `git submodule update --remote` fails to find it. Point it at the branch that actually exists.
1 parent a84d3c7 commit db3ff2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
[submodule "test-app/build-tools/android-dts-generator"]
88
path = test-app/build-tools/android-dts-generator
99
url = https://github.com/NativeScript/android-dts-generator.git
10-
branch = master
10+
branch = main

0 commit comments

Comments
 (0)