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

App Config API #9

Closed
Pratik94 opened this issue Dec 2, 2018 · 1 comment
Closed

App Config API #9

Pratik94 opened this issue Dec 2, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Pratik94
Copy link

Pratik94 commented Dec 2, 2018

It will be a get API which will give current AndroidMinVersion and AndroidVersion of the Application.

Response :

{
"success" : true,
"data" : {
"AndroidMinVersion" : 1,
"AndroidVersion" : 3
}
}

@shreyasp shreyasp self-assigned this Dec 2, 2018
@shreyasp shreyasp added enhancement New feature or request good first issue Good for newcomers and removed good first issue Good for newcomers labels Dec 2, 2018
@shreyasp
Copy link
Owner

Fixed by #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants