diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e2d86..8fa1937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: flutter --version - name: Cache pub dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.HOME }}/.pub-cache key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }} diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 6b11aeb..64f7c1b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -18,9 +18,7 @@ val keystoreProperties = Properties().apply { android { namespace = "dev.shtanko.flutter_bloc_app_template" compileSdk = flutter.compileSdkVersion - //ndkVersion = flutter.ndkVersion - ndkVersion = "27.0.12077973" - + ndkVersion = flutter.ndkVersion compileOptions { sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/pubspec.yaml b/pubspec.yaml index a16186f..4400eae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: The project of the empty template with Flutter has built the basic publish_to: 'none' -version: 1.0.0+1 +version: 1.0.1+1 environment: sdk: ">=3.2.0 <4.0.0"