-
Notifications
You must be signed in to change notification settings - Fork 52
[tbd ???] update Android build tools Gradle classpath #139
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
base: master
Are you sure you want to change the base?
Conversation
* update to `com.android.tools.build:gradle:3.5.0` * update comments Co-authored-by: Christopher J. Brody <[email protected]> Co-authored-by: Frieder Bluemle <[email protected]>
7b7624a
to
8da93fd
Compare
Status:
keeping in draft state for now |
// * https://github.com/facebook/react-native/blob/0.61-stable/template/android/build.gradle#L15 | ||
// * https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google | ||
classpath 'com.android.tools.build:gradle:3.5.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.
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.
As I said in the comments in PR #404 I think the classpath should be consistent with the minimum supported react-native
version.
com.android.tools.build:gradle:3.5.0
remove the uselesssafeExtGet
callas was originally proposed by @friederbluemle in pr #135
motivation: I would like to keep this change in a separate PR, to land in a separate commit, if possible