Skip to content

Commit c8b3549

Browse files
committed
feat(deps): update Google Mobile Ads SDK to iOS 13.5.0 and Android 25.4.0
1 parent b07fd22 commit c8b3549

12 files changed

Lines changed: 247 additions & 168 deletions

File tree

RNGoogleMobileAdsExample/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ newArchEnabled=true
5050
#ANDROID_NDK_VERSION=26.1.10909125
5151

5252
# Version of Kotlin to build against.
53-
#KOTLIN_VERSION=1.8.22
53+
KOTLIN_VERSION=2.3.0

RNGoogleMobileAdsExample/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

RNGoogleMobileAdsExample/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@react-native/new-app-screen": "0.83.1",
1717
"react": "19.2.3",
18-
"react-native": "0.85.3",
18+
"react-native": "0.86.0",
1919
"react-native-google-mobile-ads": "portal:../",
2020
"react-native-safe-area-context": "^5.5.2"
2121
},
@@ -26,11 +26,10 @@
2626
"@react-native-community/cli": "20.1.0",
2727
"@react-native-community/cli-platform-android": "20.1.0",
2828
"@react-native-community/cli-platform-ios": "20.1.0",
29-
"@react-native/babel-preset": "0.85.3",
30-
"@react-native/eslint-config": "0.85.3",
31-
"@react-native/jest-preset": "0.85.3",
32-
"@react-native/metro-config": "0.85.3",
33-
"@react-native/typescript-config": "0.85.3",
29+
"@react-native/babel-preset": "0.86.0",
30+
"@react-native/eslint-config": "0.86.0",
31+
"@react-native/metro-config": "0.86.0",
32+
"@react-native/typescript-config": "0.86.0",
3433
"@rnx-kit/metro-config": "^2.2.4",
3534
"@types/jest": "^29.5.13",
3635
"@types/react": "^19.1.1",
@@ -39,7 +38,7 @@
3938
"jest": "^29.6.3",
4039
"jet": "https://github.com/invertase/jet#@mikehardy/jet-next",
4140
"prettier": "2.8.8",
42-
"react-native-test-app": "^5.2.3",
41+
"react-native-test-app": "^5.4.0",
4342
"react-test-renderer": "19.2.3",
4443
"typescript": "^5.8.3"
4544
},

0 commit comments

Comments
 (0)