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

Change "compile" to "implementation" to support new Android Studio Versions. #37

Closed
AhmedMaad opened this issue Sep 22, 2021 · 1 comment

Comments

@AhmedMaad
Copy link
Contributor

compile is deprecated; replace with implementation

Change
compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'
To
implementation 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0'

@ViksaaSkool
Copy link
Owner

compile is deprecated

So is this repo :) migrate to google's componenet - here

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

No branches or pull requests

2 participants