Skip to content

Commit

Permalink
Pin build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Jun 29, 2024
1 parent 38f2573 commit 5582287
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
ndk-version: r26d
link-to-sdk: true

- name: Compile Go libs
script: |
pushd 'app/src'
./make.sh
popd
- name: Build with Gradle
run: ./gradlew --no-daemon assembleRelease

Expand All @@ -38,6 +44,8 @@ jobs:
releaseDirectory: app/build/outputs/apk/release
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
env:
BUILD_TOOLS_VERSION: "34.0.0"

- name: Upload release files
uses: softprops/action-gh-release@v2
Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ apply plugin: 'kotlin-android-extensions'


android {
compileSdkVersion 29
compileSdk 34
buildToolsVersion "34.0.0"
ndkVersion "21.3.6528147"
defaultConfig {
applicationId "com.github.shadowsocks.plugin.ck_client"
Expand Down

0 comments on commit 5582287

Please sign in to comment.