nextcloud-android/gradle.properties
tobiasKaminsky 288ed6585b
exclude groovy for jacoco
remove desugaring

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2019-01-15 14:13:30 +01:00

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