8 lines
206 B
Properties
8 lines
206 B
Properties
# Enable AndroidX support
|
|
android.useAndroidX=true
|
|
# Automatically convert third-party libraries to use AndroidX
|
|
android.enableJetifier=false
|
|
|
|
# Optimize R class generation
|
|
android.nonTransitiveRClass=true
|