Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 245 Bytes

Android v4.4.5 Update Guide.md

File metadata and controls

executable file
·
14 lines (10 loc) · 245 Bytes

Supporting Android X

Update your multidex version in the app level build.gradle:

implementation 'androidx.multidex:multidex:2.0.0'

Update your gradle.properties file:

android.useAndroidX=true
android.enableJetifier=true