nextcloud-android/gradle.properties
tobiasKaminsky 59cf6b9ba4
switch to AndroidX
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-12-10 13:11:03 +01:00

5 lines
189 B
Properties

# workaround since lombok and desugering have an issue
# to be fixed with gradle Android plugin 3.3.0
android.enableD8.desugaring=false
android.enableJetifier=true
android.useAndroidX=true