Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
EndrII authored Jun 27, 2023
1 parent eea70be commit ab7accc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@ description: |
grade: stable
confinement: strict
base: core20
base: core22
architectures:
- build-on: amd64

parts:
androidsdk:
# See 'snapcraft plugins'
plugin: dump
source: https://dl.google.com/android/repository/commandlinetools-linux-9123335_latest.zip
source: https://dl.google.com/android/repository/commandlinetools-linux-9477386_latest.zip
stage-packages:
- libfreetype6
- libpng16-16
- openjdk-11-jdk
- openjdk-11-jre
- openjdk-11-jre-headless
build-packages:
- ca-certificates
- ca-certificates-java
- openjdk-8-jre-headless
override-stage: |
snapcraftctl stage
chmod 777 -R "$SNAPCRAFT_STAGE/cmdline-tools"
Expand Down

0 comments on commit ab7accc

Please sign in to comment.