Present in both answers;Present only in the new answer;Present only in the old answer;
Those two properties need to be defined in a `gradle.properties` file at the root of your project, not in your `build.gradle`. android.useAndroidX=trueandroid.enableJetifier=true
Those two properties need to be defined in a `gradle.properties` file at the root of your project, not in your `build.gradle`.
Present in both answers;Present only in the new answer;Present only in the old answer;