-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Applifecycle-gradle7.4.2 | ||
|
||
组件化Application生命周期分发。基于原来的项目(见参考链接第一个)适配gradle7.4.2 | ||
需要和原来的依赖一起使用,这只是一个自动注入的gradle插件 | ||
## 参考链接 | ||
[组件化生命周期分发](https://github.com/hufeiyang/Android-AppLifecycleMgr) | ||
|
||
[gradle7.0 打包插件发布到本地maven仓库](https://blog.csdn.net/liuqinhou/article/details/127825484) | ||
|
||
[Android组件化开发实践(八):组件生命周期如何实现自动注册管理](https://www.jianshu.com/p/59368ce8b670) | ||
|
||
[Android组件化开发实践(九):自定义Gradle插件](https://www.jianshu.com/p/3ec8e9574aaf) |