Я пытался использовать
implementation "
com.android.support:support-v4:28.0.0"
implementation "
com.android.support:support-v13:28.0.0"
implementation "
com.android.support:cardview-v7:28.0.0"
implementation "
com.android.support:appcompat-v7:28.0.0"
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.12.0'
В градле
А в старом было:
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
implementation 'com.google.ar.sceneform.ux:sceneform-ux:1.12.0'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'