qishi604 / notes

0 stars 0 forks source link

Android studio 启用d8 & r8编译 #19

Open qishi604 opened 5 years ago

qishi604 commented 5 years ago

gradle.properties

# Default D8 width Desugaring Dexer
android.enableD8 = true

#Experimental R8 Shrinker & Optimizer
android.enableR8 = true
qishi604 commented 5 years ago

support -> androidx

gradle.properties

android.userAndroidX = true