diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 83fb4e02..e91a31de 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -26,7 +26,7 @@ jobs: echo "$(( ${{ secrets.DEV_ENV_FILE_CONTENT }} + 67 ))" > .env shell: bash - - uses: sheenhx/action-flutter-build-android@main + - uses: reasje/action-flutter-build-android@main with: keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }} keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}" diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index 67e93d1f..d77352f9 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -24,7 +24,7 @@ jobs: echo "$(( ${{ secrets.PROD_ENV_FILE_CONTENT }} + 67 ))" > .env shell: bash - - uses: sheenhx/action-flutter-build-android@main + - uses: reasje/action-flutter-build-android@main with: keystore-base64: ${{ secrets.ANDROID_RELEASE_KEY }} keystore-password: "${{ secrets.ANDROID_RELEASE_KEY_PASSWORD }}" diff --git a/android/app/build.gradle b/android/app/build.gradle index b18e0cf1..f06ae02a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -36,10 +36,10 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { namespace "com.moonchain.app" - + ndkVersion "28.0.10792818" + compileSdkVersion rootProject.ext.compileSdkVersion buildToolsVersion "33.0.1" - ndkVersion flutter.ndkVersion lintOptions { disable 'InvalidPackage' diff --git a/android/build.gradle b/android/build.gradle index 36504685..dd51e8b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.4.0' + classpath 'com.android.tools.build:gradle:8.5.1' // START: FlutterFire Configuration classpath 'com.google.gms:google-services:4.3.15' // END: FlutterFire Configuration diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 5d6560a4..3c85cfe0 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip diff --git a/pubspec.yaml b/pubspec.yaml index d36a1868..90ce8960 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.0.11 +version: 2.0.12 environment: sdk: ">=2.19.0 <=3.6.1" @@ -73,7 +73,7 @@ dependencies: flutter_svg: ^2.0.1 geolocator: ^10.1.0 google_sign_in: ^6.1.5 - h3_flutter: ^0.7.0 + h3_flutter: ^0.7.1 hooks_riverpod: ^1.0.3 icloud_storage: ^2.2.0 jdenticon_dart: ^2.0.0