diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 14c992e..5102e66 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: docker container: - image: "data.forgejo.org/oci/node:20-bullseye" + image: codeberg.org/mi6e4ka/android-build-ct:latest env: TAR_OPTIONS: "--no-same-owner" # defaults: @@ -95,7 +95,7 @@ jobs: - name: Build unsigned APK run: | ./flutter/bin/flutter build apk --release --split-per-abi -v - + - name: Sign apk uses: https://github.com/ilharp/sign-android-release@v2 id: sign_app diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index dcf6edf..12dfc5b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -18,7 +18,7 @@ android { namespace = "dev.mi6e4ka.openstore" compileSdk = flutter.compileSdkVersion // ndkVersion = flutter.ndkVersion - ndkVersion = "27.0.12077973" + ndkVersion = "27.2.12479018" compileOptions { sourceCompatibility = JavaVersion.VERSION_11