Skip to content

Commit

Permalink
Revert to jitpack.yml V1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 20, 2024
1 parent 55190ca commit e85f3f3
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions jitpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,27 @@
# - yes | sdkmanager --install "ndk;28.0.12674087"
# - yes | sdkmanager --install "cmake;3.22.1"

##################################################################################

#jdk:
# - openjdk17

android:
components:
- tools
- platform-tools
- build-tools-34.0.0
- android-34

licenses:
- 'android-sdk-license-.+'
- 'android-sdk-preview-license-.+'
- 'google-gdk-license-.+'

before_install:
- yes | sdkmanager --licenses
- yes | sdkmanager "cmake;3.22.1"
- yes | sdkmanager "ndk;28.0.12674087"
#android:
# components:
# - tools
# - platform-tools
# - build-tools-34.0.0
# - android-34
#
# licenses:
# - 'android-sdk-license-.+'
# - 'android-sdk-preview-license-.+'
# - 'google-gdk-license-.+'
#
#before_install:
# - yes | sdkmanager --licenses
# - yes | sdkmanager "cmake;3.22.1"
# - yes | sdkmanager "ndk;28.0.12674087"

#install:
# - export ANDROID_NDK_HOME=$ANDROID_HOME/ndk/28.0.12674087
Expand All @@ -35,3 +37,8 @@ before_install:

#script:
# - ./gradlew clean build

#################################################################################################

before_install:
- yes | sdkmanager "cmake;3.22.1"

0 comments on commit e85f3f3

Please sign in to comment.