Skip to content

Commit 17bc045

Browse files
authored
chore: adding suport for new versions of RN
1 parent f7fc689 commit 17bc045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def safeExtGet(prop, fallback) {
1818
}
1919

2020
android {
21-
compileSdkVersion safeExtGet('WalletManager_compileSdkVersion', 29)
21+
compileSdkVersion safeExtGet('WalletManager_compileSdkVersion', 30)
2222
buildToolsVersion safeExtGet('WalletManager_buildToolsVersion', '29.0.2')
2323
defaultConfig {
2424
minSdkVersion safeExtGet('WalletManager_minSdkVersion', 16)

0 commit comments

Comments
 (0)