-
Notifications
You must be signed in to change notification settings - Fork 906
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
fix: delete com.
prefix in package name
#1915
fix: delete com.
prefix in package name
#1915
Conversation
com.
prefix in package name
I think we can totally remove We also need to adjust |
Just one small comment, except from that it works fine 👏 |
eefa856
to
45a6bd2
Compare
bbc4b47
to
b7bbb8f
Compare
* fix: delete default prefix in package name * fix: code review improvements * fix: tests * test: add missing tests for `replaceNameInUTF8File`
Summary:
This PR removes the addition of
com.
to the package name during project initialization.Closes #1903
Test Plan:
net.company.projectname
should be used as package name, withoutcom.
prefixandroid/app/src/debug/java/net/company/projectname
should exsist.