X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=gradle.properties;h=d48731130ba5a5d5fa4cc841cedad9f0ae1370bb;hb=2590f76b3fa0dadba71f2d851442e6ff0b435c4d;hp=d5d94194b00fc99d3c4710e1b2af31701cd2f041;hpb=998dd32a089d199a2569069415755eb3169b35b0;p=mobile-ledger.git diff --git a/gradle.properties b/gradle.properties index d5d94194..d4873113 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright © 2019 Damyan Ivanov. +# Copyright © 2024 Damyan Ivanov. # This file is part of MoLe. # MoLe is free software: you can distribute it and/or modify it # under the term of the GNU General Public License as published by @@ -28,4 +28,10 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -android.debug.obsoleteApi=true \ No newline at end of file +android.debug.obsoleteApi=true +android.useAndroidX=true +android.enableJetifier=false +android.enableR8.fullMode=false +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false