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

Proposal: Have DeepLinkDispatch supply its Proguard Rules #107

Closed
MinceMan opened this issue Jun 9, 2016 · 1 comment
Closed

Proposal: Have DeepLinkDispatch supply its Proguard Rules #107

MinceMan opened this issue Jun 9, 2016 · 1 comment

Comments

@MinceMan
Copy link

MinceMan commented Jun 9, 2016

In a build.gradle we can have the deeplinkdepatch point to its own proguard rules like such.

android {
  defaultConfig {
    consumerProguardFiles 'consumer-proguard-rules.pro'
  }
}

This would require turning deeplinkdepatch into an android library project. Would this be something of interest or should this remain a java module?

@felipecsl
Copy link
Collaborator

We don't have plans to convert it into an Android library for now, but thanks for your proposal!

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