android-maps-utils
android-maps-utils copied to clipboard
Chore: updates appcompat to 1.7.0-rc01, lifecycle-viewmodel-ktx:2.8.0…
…, and gradle to 8.4.1
Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [x] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [x] Edit the title of this pull request with a semantic commit prefix (e.g. "fix: "), which is necessary for automated release workflows to decide whether to generate a new release and what type it should be.
- [x] Will this cause breaking changes to existing Java or Kotlin integrations? If so, ensure the commit has a
BREAKING CHANGEfooter so when this change is integrated a major version update is triggered. See: https://www.conventionalcommits.org/en/v1.0.0/ - [x] Ensure the tests and linter pass
- [x] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
ts改造的整体计划
1.大家一起把js改成ts,在改造的过程中,能标注多少就标注多少,不好搞的就any或者ts-ignore,不要不好意思
2.完成第一个步骤后,镇会进行全局的审查下,并标注,注意里可能涉及到源码的修改,这个步骤下来基本做到整个项目的50%左右的标注,这时已经可以发布版本了
3.后续的标注就看大家使用的体验和感受了,在项目里使用时,如果你发现哪里标注不够给力,可以随手就是一个pr,随着时间的推移,无限趋近于100%即可,不要求百分之百,因为有些方法都是私有,大家在项目里根本用不到,只要大家用起来满足需求即可
迁移完成了?什么时候会发布新版本?
Already completed