Skip to content

Tagged versions of android runtime are not supported #4504

Closed
@tgpetrov

Description

@tgpetrov

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions