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 9e09fad commit 2fcb080Copy full SHA for 2fcb080
Makefile
@@ -207,7 +207,7 @@ tag_release: ## Tag the current commit with the current version
207
208
.PHONY: bumposs ## Bump to the latest oss and update teh versions.
209
bumposs: update-oss update-version
210
- git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" android/build.gradle go.mod go.sum
+ git commit -sm "android: bumping OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
211
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
212
213
.PHONY: bump_version_code
0 commit comments