mirror of
https://github.com/nix-packages/nixapks.git
synced 2025-11-08 19:46:11 +01:00
lets see
This commit is contained in:
parent
2104031ffc
commit
ae2f8dc6c7
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ pkgs.stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
gradle assemblePlayRelease --info -I ${gradle-init-script} \
|
gradle assemblePlayRelease --info -I ${gradle-init-script} \
|
||||||
--offline --full-stacktrace -x lint -x lintDebug -x lintRelease -x test -x *Test* \
|
--offline --full-stacktrace -x lint -x lintDebug -x lintRelease -x test \
|
||||||
-Dorg.gradle.project.android.aapt2FromMavenOverride=$ANDROID_HOME/build-tools/35.0.0/aapt2 \
|
-Dorg.gradle.project.android.aapt2FromMavenOverride=$ANDROID_HOME/build-tools/35.0.0/aapt2 \
|
||||||
-Dfile.encoding=utf-8
|
-Dfile.encoding=utf-8
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
echo "To generate the verification-metadata.xml file:"
|
echo "To generate the verification-metadata.xml file:"
|
||||||
echo ""
|
echo ""
|
||||||
echo " 1. cd /home/osbm/Documents/temp/ankidroid"
|
echo " 1. cd /home/osbm/Documents/temp/ankidroid"
|
||||||
echo " 2. gradle -M sha256 assemblePlayRelease -x lint -x lintDebug -x lintRelease -x test -x *Test* -Dorg.gradle.project.android.aapt2FromMavenOverride=\$ANDROID_HOME/build-tools/35.0.0/aapt2"
|
echo " 2. gradle -M sha256 assemblePlayRelease -x lint -x lintDebug -x lintRelease -x test -Dorg.gradle.project.android.aapt2FromMavenOverride=\$ANDROID_HOME/build-tools/35.0.0/aapt2"
|
||||||
echo ""
|
echo ""
|
||||||
echo "This will create gradle/verification-metadata.xml"
|
echo "This will create gradle/verification-metadata.xml"
|
||||||
echo "Then copy it to the ankidroid package directory:"
|
echo "Then copy it to the ankidroid package directory:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue