Skip to content

Commit

Permalink
update jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 20, 2024
1 parent dae2c6b commit 55190ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ before_install:
- yes | sdkmanager "cmake;3.22.1"
- yes | sdkmanager "ndk;28.0.12674087"

install:
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/28.0.12674087
- export PATH=$PATH:$ANDROID_HOME/cmake/3.22.1/bin
- chmod +x gradlew
#install:
# - export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/28.0.12674087
# - export PATH=$PATH:$ANDROID_HOME/cmake/3.22.1/bin
# - chmod +x gradlew

script:
- ./gradlew clean build
#script:
# - ./gradlew clean build

0 comments on commit 55190ca

Please sign in to comment.