Skip to content

Commit b17678d

Browse files
authored
Merge pull request #18 from LucasVeloz/main
feat: adding support for react native 0.73
2 parents 67c8360 + 86776d5 commit b17678d

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', 33)
21+
compileSdkVersion safeExtGet('WalletManager_compileSdkVersion', 34)
2222
buildToolsVersion safeExtGet('WalletManager_buildToolsVersion', '33.0.0')
2323
defaultConfig {
2424
minSdkVersion safeExtGet('WalletManager_minSdkVersion', 16)

0 commit comments

Comments
 (0)