Skip to content

Tagged versions of android runtime are not supported #4504

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

Closed
tgpetrov opened this issue Apr 4, 2019 · 1 comment
Closed

Tagged versions of android runtime are not supported #4504

tgpetrov opened this issue Apr 4, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@tgpetrov
Copy link
Contributor

tgpetrov commented Apr 4, 2019

Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

  • CLI: 5.3.0
  • Cross-platform modules: 5.3.0
  • Android Runtime:5.3.0
  • iOS Runtime:5.3.0
  • Plugin(s):

Describe the bug
The version of tns-android can not be a custom tag. Currently there is a version tagged androidx, but if I use that version in an application's package.json, I get a Invalid Version: androidx error.

To Reproduce
For any NS Application use:

  "nativescript": {
    "id": "org.nativescript.demoangular",
    "tns-android": {
      "version": "androidx"
    },
    "tns-ios": {
      "version": "5.3.0"
    }
  },

Expected behavior
The version currently tagged with androidx to be used.

Sample project

Additional context

@Fatme
Copy link
Contributor

Fatme commented Apr 12, 2019

I'll reopen this issue as we reverted the old fix and fixed the issue using another approach.

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

No branches or pull requests

3 participants