-
-
Notifications
You must be signed in to change notification settings - Fork 197
Gradle support #817
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
Gradle support #817
Conversation
✅ |
@@ -436,23 +381,11 @@ class AndroidProjectService extends projectServiceBaseLib.PlatformProjectService | |||
return newTarget; | |||
}).future<string>()(); | |||
} | |||
|
|||
private updateTarget(projectRoot: string, newTarget: string): IFuture<void> { | |||
|
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.
Unneeded empty space
Can we link to the GitHub issue we are addressing? |
👍 |
73d6653
to
8cb098b
Compare
return (() => { | ||
this.$projectDataService.initialize(this.$projectData.projectDir); | ||
let frameworkVersion = this.$projectDataService.getValue(this.platformData.frameworkPackageName).wait().version; | ||
if(semver.lt(frameworkVersion, "1.3.0")) { |
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.
1.3.0 is a magic constant - consider naming it
8cb098b
to
0be18e4
Compare
❌ |
ac8e980
to
ed3deae
Compare
✅ |
Linter messages:
|
I fixed all lint messages. Just get the latest changes. |
ed3deae
to
4b54320
Compare
👍 |
✅ |
4b54320
to
b2bc5d7
Compare
❌ |
b2bc5d7
to
61f01d8
Compare
✅ |
61f01d8
to
b64baf3
Compare
✅ |
b64baf3
to
e65ef2e
Compare
✅ |
e65ef2e
to
d2214b0
Compare
✅ |
d2214b0
to
9cc074a
Compare
✅ |
9cc074a
to
be97629
Compare
✅ |
#687