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

Fix errors when opening the project in Android Studio 3.3 #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ianhanniballake
Copy link

  • Update Android Gradle Plugin to 3.3.0
  • Update Gradle to 4.10.1
  • Change "compile" instances in build.gradle to "implementation"
  • Remove no longer needed BuildTools variable (build tool version is automatically determined by the Android Gradle Plugin version)
  • Remove Retrolambda (Java 8 features like lambda methods are fully supported already: https://developer.android.com/studio/write/java8-support)
  • Update CompileSdk to 28, Support Library version to 28.0.0

Fixes #144

- Update Android Gradle Plugin to 3.3.0
- Update Gradle to 4.10.1
- Change "compile" instances in build.gradle to "implementation"
- Remove no longer needed BuildTools variable (build tool version is automatically determined by the Android Gradle Plugin version)
- Remove Retrolambda (Java 8 features like lambda methods are fully supported already: https://developer.android.com/studio/write/java8-support)
- Update CompileSdk to 28, Support Library version to 28.0.0
@ianhanniballake
Copy link
Author

Hi! I'm the developer of Muzei and was trying to fix #145 and this is blocking my work there. I'd love to fix this, then upgrade wallpaperboard to the newest version of Muzei.

@sarsamurmu
Copy link

@ianhanniballake Actually the Project is Abandoned. Don't know why, But he is not merging any Pull Requests. Hope he should merge it any day.

@sarsamurmu
Copy link

sarsamurmu commented Mar 11, 2019

Hey @ianhanniballake , Can you Fork this Project and make changes to the library. Like Fixing the #145 . It would be great if you can do this. Then we will be able to use your updated wallpaperboard library via jitpack.io :)

Copy link

@jackiebrewster307 jackiebrewster307 left a comment

Choose a reason for hiding this comment

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

@jackiebrewster307
Copy link

1e9b582

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.

Support for new Android studio versions
3 participants