-
-
Notifications
You must be signed in to change notification settings - Fork 140
Closed
Milestone
Description
Add androidX support.
In order to turn it on you need to add in the app.gradle file:
project.ext.useAndroidX = trueYou 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
farfromrefug
Metadata
Metadata
Assignees
Labels
No labels