File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,23 +6,25 @@ description: |
66
77grade : stable
88confinement : strict
9- base : core20
9+ base : core22
1010architectures :
1111 - build-on : amd64
1212
1313parts :
1414 androidsdk :
1515 # See 'snapcraft plugins'
1616 plugin : dump
17- source : https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest .zip
17+ source : https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest .zip
1818 stage-packages :
1919 - libfreetype6
2020 - libpng16-16
2121 - openjdk-11-jdk
2222 - openjdk-11-jre
2323 - openjdk-11-jre-headless
24+ build-packages :
2425 - ca-certificates
2526 - ca-certificates-java
27+ - openjdk-8-jre-headless
2628 override-stage : |
2729 snapcraftctl stage
2830 chmod 777 -R "$SNAPCRAFT_STAGE/cmdline-tools"
You can’t perform that action at this time.
0 commit comments