Skip to content

Commit

Permalink
Android: Remove nightly and canary
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer64ytb committed Aug 18, 2024
1 parent a380d65 commit 296ffb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
5 changes: 2 additions & 3 deletions .ci/android.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash -ex

export NDK_CCACHE=$(which ccache)
BUILD_FLAVOR=nightly

if [ ! -z "${ANDROID_KEYSTORE_B64}" ]; then
export ANDROID_KEYSTORE_FILE="${GITHUB_WORKSPACE}/ks.jks"
Expand All @@ -10,8 +9,8 @@ fi

cd src/android
chmod +x ./gradlew
./gradlew assemble${BUILD_FLAVOR}Release
./gradlew bundle${BUILD_FLAVOR}Release
./gradlew assembleRelease
./gradlew bundleRelease

ccache -s -v

Expand Down
10 changes: 0 additions & 10 deletions src/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@ android {
}

flavorDimensions.add("version")
productFlavors {
create("canary") {
dimension = "version"
applicationIdSuffix = ".canary"
}

create("nightly") {
dimension = "version"
}
}

externalNativeBuild {
cmake {
Expand Down

0 comments on commit 296ffb1

Please sign in to comment.