Skip to content

Add android X supportΒ #1226

@vtrifonov

Description

@vtrifonov

Add androidX support.
In order to turn it on you need to add in the app.gradle file:

project.ext.useAndroidX = true

You can setandroidx.legacy:legacy-support-v4 (replaces com.android.support:support-v4) , androidx.appcompat:appcompat (eplaces com.android.support:appcompat-v7) and com.google.android.material:material (replaces com.android.support:design) versions setting the following variables:

project.ext.androidXLegacy = "1.0.0"
project.ext.androidXAppCompat = "1.1.0-alpha01"
project.ext.androidXMaterial = "1.1.0-alpha01"

Have in mind that in order to make the application work with android X you'll need to have a version of tns-core-modules and all the plugins you use which works with android X

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions