From 04646246487f981e98759d065a433ba1fcbd6fe0 Mon Sep 17 00:00:00 2001
From: Marton Kiss <kima.public@gmail.com>
Date: Tue, 21 Jan 2025 14:12:47 +0100
Subject: [PATCH] optimize and fix

---
 refilc/android/app/build.gradle                         | 2 +-
 refilc/android/gradle/wrapper/gradle-wrapper.properties | 2 +-
 refilc/android/settings.gradle                          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/refilc/android/app/build.gradle b/refilc/android/app/build.gradle
index a1e4b0e..3033e43 100644
--- a/refilc/android/app/build.gradle
+++ b/refilc/android/app/build.gradle
@@ -42,7 +42,7 @@ debugKeystoreProperties.load(new FileInputStream(debugKeystorePropertiesFile))
 android {
     namespace = "hu.refilc.naplo"
 
-    ndkVersion "25.1.8937393"
+    ndkVersion "27.0.12077973"
 
     // compileSdkVersion rootProject.ext.compileSdkVersion
     compileSdkVersion 34
diff --git a/refilc/android/gradle/wrapper/gradle-wrapper.properties b/refilc/android/gradle/wrapper/gradle-wrapper.properties
index e6b38c2..db18181 100644
--- a/refilc/android/gradle/wrapper/gradle-wrapper.properties
+++ b/refilc/android/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
diff --git a/refilc/android/settings.gradle b/refilc/android/settings.gradle
index 1bd8dc9..5d73dbe 100644
--- a/refilc/android/settings.gradle
+++ b/refilc/android/settings.gradle
@@ -24,7 +24,7 @@ pluginManagement {
 
 plugins {
     id "dev.flutter.flutter-plugin-loader" version "1.0.0"
-    id "com.android.application" version "8.1.0" apply false
+    id "com.android.application" version "8.8.0" apply false
     id "org.jetbrains.kotlin.android" version "2.0.20" apply false
 }