Skip to content

Commit f61ebb3

Browse files
authored
Also add mention about android.useAndroidX=true
1 parent 0689f58 commit f61ebb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/azure-maps/quick-android-map.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,12 @@ The next step in building your application is to install the Azure Maps Android
120120
121121
:::image type="content" source="./media/quick-android-map/project-settings-file.png" alt-text="A screenshot of the project settings file in Android Studio.":::
122122
123-
3. Open the project's **gradle.properties** file, verify that `android.enableJetifier` is set to `true`:
123+
3. Open the project's **gradle.properties** file, verify that `android.useAndroidX` and `android.enableJetifier` are both set to `true`:
124124
125-
If the **gradle.properties** does not include `android.enableJetifier`, add the next line to the end of the file:
125+
If the **gradle.properties** file does not include `android.useAndroidX` and `android.enableJetifier`, add the next two lines to the end of the file:
126126
127127
```gradle
128+
android.useAndroidX=true
128129
android.enableJetifier=true
129130
```
130131

0 commit comments

Comments
 (0)