X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=gradle.properties;fp=gradle.properties;h=d48731130ba5a5d5fa4cc841cedad9f0ae1370bb;hp=1cdcc0e8e32d69bdd2cb34557cc7b0974828028d;hb=10238730b9cf1230109706819da3fcc87d9379fe;hpb=fbaa629702d4fe68d4b412105c8ba42f641d02b5 diff --git a/gradle.properties b/gradle.properties index 1cdcc0e8..d4873113 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright © 2023 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 @@ -30,4 +30,8 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true android.debug.obsoleteApi=true android.useAndroidX=true -android.enableJetifier=false \ No newline at end of file +android.enableJetifier=false +android.enableR8.fullMode=false +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false