Skip to content

Commit c9a2a86

Browse files
authored
feat: update Gradle and Android build tools versions to 8.14.3 and 8.12.1 (#1834)
1 parent 3513ce7 commit c9a2a86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"version_info": {
1313
"v8": "10.3.22.0",
14-
"gradle": "8.7",
15-
"gradleAndroid": "8.5.0",
14+
"gradle": "8.14.3",
15+
"gradleAndroid": "8.12.1",
1616
"ndk": "r27",
1717
"ndkApiLevel": "21",
1818
"minSdk": "21",
@@ -22,8 +22,8 @@
2222
},
2323
"// this gradle key is here for backwards compatibility - we'll phase it out slowly...": "",
2424
"gradle": {
25-
"version": "8.7",
26-
"android": "8.5.0"
25+
"version": "8.14.3",
26+
"android": "8.12.1"
2727
},
2828
"scripts": {
2929
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",

test-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android.useAndroidX=true
2222
NS_DEFAULT_BUILD_TOOLS_VERSION=35.0.0
2323
NS_DEFAULT_COMPILE_SDK_VERSION=35
2424
NS_DEFAULT_MIN_SDK_VERSION=21
25-
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=8.7.0
25+
NS_DEFAULT_ANDROID_BUILD_TOOLS_VERSION=8.12.1
2626

2727
ns_default_androidx_appcompat_version = 1.7.0
2828
ns_default_androidx_exifinterface_version = 1.3.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Feb 11 10:56:28 AST 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)