We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354a903 commit 2e9f6b7Copy full SHA for 2e9f6b7
Makefile
@@ -206,7 +206,7 @@ tag_release: ## Tag the current commit with the current version
206
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
207
208
209
-.PHONY: bumposs ## Bump to the latest oss and update teh versions.
+.PHONY: bumposs ## Bump to the latest oss and update the versions.
210
bumposs: update-oss update-version
211
git commit -sm "android: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
212
0 commit comments