Skip to content

Commit e14897f

Browse files
committed
chore: update gradle
1 parent 74f62d9 commit e14897f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
android {
1212
namespace = "com.chatwoot.app"
1313
compileSdk 34
14-
ndkVersion "25.1.8937393"
14+
ndkVersion "27.0.12077973"
1515

1616
compileOptions {
1717
// Flag to enable support for the new language APIs

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip

android/settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.3.2" apply false
22-
// START: FlutterFire Configuration
23-
id "com.google.gms.google-services" version "4.3.15" apply false
21+
id "com.android.application" version "8.7.2" apply false
22+
// START: FlutterFire Configuration
23+
id "com.google.gms.google-services" version "4.3.15" apply false
2424
// END: FlutterFire Configuration
2525
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2626
}

0 commit comments

Comments
 (0)