Skip to content

Commit 4d39d30

Browse files
authored
Merge pull request #11 from LucasVeloz/main
chore: adding suport for new versions of RN
2 parents f7fc689 + 17bc045 commit 4d39d30

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)