-
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
feat: extract android applicationId #1951
feat: extract android applicationId #1951
Conversation
6ae39f6
to
ddb3884
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.
LGTM just a couple of nits
packages/cli-platform-android/src/commands/runAndroid/tryLaunchAppOnDevice.ts
Outdated
Show resolved
Hide resolved
packages/cli-platform-android/src/config/__fixtures__/files/build.gradle
Outdated
Show resolved
Hide resolved
c451ca7
to
485f79f
Compare
packages/cli/src/index.ts
Outdated
.option('--verbose', 'Increase logging verbosity') | ||
.enablePositionalOptions(); | ||
.option('--verbose', 'Increase logging verbosity'); | ||
// .enablePositionalOptions(); |
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.
did you intend to remove this line?
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.
Nah. That should be reverted 👌
750f2e6
to
c57f6b1
Compare
thank you for great works! how to use that ? |
Summary:
Use
applicationId
specified indefaultConfig
ofbuild.grade
file.Fixes #1884
Test Plan:
applicationId
insidedefaultConfig
ofbuild.gradle
file, eg.TODO's / things to consider 🤔 :
appld
present atdefaultConfig
object inbuild.gradle
file. Should we default then to namespace?