Skip to content

Commit 89d75fb

Browse files
MOEN-43131: AGP version updated from to (#96)
1 parent 2c02ff4 commit 89d75fb

14 files changed

Lines changed: 38 additions & 10 deletions

File tree

SampleApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
mavenCentral()
1313
}
1414
dependencies {
15-
classpath('com.android.tools.build:gradle:8.7.3')
15+
classpath('com.android.tools.build:gradle:8.13.2')
1616
classpath("com.google.gms:google-services:4.4.2")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

sdk/cards/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release Date
2+
3+
## Release Version
4+
5+
- Android
6+
- [minor] AGP version updated from `8.7.3` to `8.13.2`
7+
18
# 09-02-2026
29

310
## 6.2.0

sdk/cards/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:8.7.3'
11+
classpath 'com.android.tools.build:gradle:8.13.2'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1313
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.4.0"
1414
}

sdk/cards/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313

1414
distributionBase=GRADLE_USER_HOME
1515
distributionPath=wrapper/dists
16-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
16+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
1717
zipStoreBase=GRADLE_USER_HOME
1818
zipStorePath=wrapper/dists

sdk/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release Date
2+
3+
## Release Version
4+
5+
- Android
6+
- [minor] AGP version updated from `8.7.3` to `8.13.2`
7+
18
# 09-02-2026
29

310
## 12.5.0

sdk/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.7.3'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1212
}
1313
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Aug 18 13:23:11 IST 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

sdk/geofence/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Release Date
2+
3+
## Release Version
4+
5+
- Android
6+
- [minor] AGP version updated from `8.7.3` to `8.13.2`
7+
18
# 09-02-2026
29

310
## 7.2.0

sdk/geofence/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.7.3'
10+
classpath 'com.android.tools.build:gradle:8.13.2'
1111
// noinspection DifferentKotlinGradleVersion
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1313
}

0 commit comments

Comments
 (0)