lets do this to see if the clanker is right

This commit is contained in:
Osman Faruk Bayram 2025-10-24 12:48:03 +03:00
parent 39a695b95f
commit 6320ee6f53

View file

@ -61,7 +61,7 @@ pkgs.stdenv.mkDerivation rec {
buildPhase = ''
gradle assembleRelease --info -I ${gradle-init-script} \
--offline --full-stacktrace -x lint -x lintDebug -x lintRelease \
--full-stacktrace -x lint -x lintDebug -x lintRelease \
-Dorg.gradle.project.android.aapt2FromMavenOverride=$ANDROID_HOME/build-tools/35.0.0/aapt2 \
-Dfile.encoding=utf-8
'';