File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010allprojects {
1111 group = " com.kape.android"
12- version = " 0.1.4"
12+ version = " 0.1.4-004 "
1313 apply (plugin = " org.jlleitschuh.gradle.ktlint" )
1414 apply (plugin = " maven-publish" )
1515}
Original file line number Diff line number Diff line change 11jdk :
22 - openjdk17
3+
34before_install :
4- - sdkmanager "ndk;26.1.10909125"
5+ - curl https://sh.rustup.rs -sSf | sh -s -- -y
6+ - source $HOME/.cargo/env
7+ - mkdir -p $ANDROID_HOME/cmdline-tools
8+
9+ - pushd /tmp
10+ - wget -q https://dl.google.com/android/repository/commandlinetools-linux-13114758_latest.zip
11+ - unzip -q commandlinetools-linux-13114758_latest.zip
12+ - mv cmdline-tools $ANDROID_HOME/cmdline-tools/latest
13+ - popd
14+
15+ - yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager --licenses
16+ - $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "ndk;26.1.10909125"
17+
18+ install :
19+ - source $HOME/.cargo/env
20+ - rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
21+ - chmod +x gradlew
22+ - ./gradlew :obfuscator:publishToMavenLocal
You can’t perform that action at this time.
0 commit comments