We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fc689 commit 17bc045Copy full SHA for 17bc045
android/build.gradle
@@ -18,7 +18,7 @@ def safeExtGet(prop, fallback) {
18
}
19
20
android {
21
- compileSdkVersion safeExtGet('WalletManager_compileSdkVersion', 29)
+ compileSdkVersion safeExtGet('WalletManager_compileSdkVersion', 30)
22
buildToolsVersion safeExtGet('WalletManager_buildToolsVersion', '29.0.2')
23
defaultConfig {
24
minSdkVersion safeExtGet('WalletManager_minSdkVersion', 16)
0 commit comments