Skip to content
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

Compatibility fixes for AGP v3.5.0 #92

Merged
merged 5 commits into from
Sep 3, 2019
Merged

Compatibility fixes for AGP v3.5.0 #92

merged 5 commits into from
Sep 3, 2019

Conversation

felipecsl
Copy link
Collaborator

@felipecsl felipecsl commented Sep 3, 2019

Fixes #89

I've also just uploaded a new version of 1.5.0-SNAPSHOT with this code which seems to work fine with Android Gradle Plugin v3.5.0.

We can probably cut a new stable release for v1.5.0 if Airbnb folks are okay with that!

This PR also bumps some outdated dependencies and fixes deprecation warnings

Copy link

@elihart elihart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems great, thanks for this! a new v1.5.0 version sgtm

@@ -1,7 +1,7 @@
ext.versions = [
okreplayVersion : VERSION_NAME,
kotlinVersion : '1.3.30',
okhttpVersion : '3.11.0',
kotlinVersion : '1.3.40',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.3.50 is out now, use that instead?

@felipecsl felipecsl merged commit da2789c into master Sep 3, 2019
@felipecsl felipecsl deleted the felipecsl--agp-350 branch September 3, 2019 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoSuchMethodError (GlobalScope.getAndroidBuilder) with android gradle plugin 3.5.0-beta01
2 participants