-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Add app-k9mail
as top level app module
#7494
Conversation
c964048
to
d33e756
Compare
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.
Instead of src/debug/java
this could probably be src/debug/kotlin
.
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.
I would do that in a separate pull-request -> #7510
@@ -0,0 +1,7 @@ | |||
package com.fsck.k9 |
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.
We could use this opportunity to change the package name to app.k9mail
.
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.
I would do that in a separate pull-request -> #7509
I tested upgrading an existing installation and all shortcuts and widgets were still working 👍 |
d33e756
to
19b1129
Compare
19b1129
to
daabeaa
Compare
This splits the former
app:k9mail
module into a new top level app moduleapp-k9mail
to host app specific configuration and renameapp:k9mail
toapp:common
for shared declarations.This solution is time boxed and just does the minimal changes to get it working.