mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
288ed6585b
remove desugaring Signed-off-by: tobiasKaminsky <tobias@kaminsky.me> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
5 lines
186 B
Properties
5 lines
186 B
Properties
# workaround since lombok and desugering have an issue
|
|
# to be fixed with gradle Android plugin 3.3.0
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
android.debug.obsoleteApi=true
|