-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.1.0 v55 #50
Conversation
Signed-off-by: Hosigus <[email protected]>
.gitmodules
Outdated
@@ -55,3 +55,6 @@ | |||
[submodule "module_redrock_home"] | |||
path = module_redrock_home | |||
url = [email protected]:CyxbsMobile-Android-Submodule/module_redrock_home.git | |||
[submodule "module_freshman"] | |||
path = module_freshman | |||
url = https://github.com/CyxbsMobile-Android-Submodule/module_freshman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里能不能用ssh,可以的话尽量统一,这设计到本地账号设置的原因,统一成ssh就不用登陆github账号
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gradle版本有升的必要吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我也觉得没必要...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
刚刚降了一下,版本下降至原来的4.4会导致androidx版本转换在编译的时候出现重复引用不同版本包的问题(我也看了一下,太多了,没办法改),查了资料也是要求的迁移androidX的版本需要在gradle版本4.6及其以上,所以就不做更改了
@@ -1,4 +1,4 @@ | |||
ext.gradle_plugins = '3.1.4' | |||
ext.gradle_plugins = '3.4.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个升的影响?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还有几个模块androidx的后遗症没有完全清理干净,之后有空再看看
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
还有几个模块androidx的后遗症没有完全清理干净,之后有空再看看
No description provided.