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 809ff7a commit f783458Copy full SHA for f783458
android/build.gradle
@@ -77,10 +77,10 @@ if (useNextStorage) {
77
}
78
79
android {
80
- compileSdkVersion safeExtGet('compileSdkVersion', 28)
+ compileSdkVersion safeExtGet('compileSdkVersion', 31)
81
defaultConfig {
82
- minSdkVersion safeExtGet('minSdkVersion', 19)
83
- targetSdkVersion safeExtGet('targetSdkVersion', 28)
+ minSdkVersion safeExtGet('minSdkVersion', 21)
+ targetSdkVersion safeExtGet('targetSdkVersion', 29)
84
buildConfigField "Long", "AsyncStorage_db_size", "${dbSizeInMB}L"
85
buildConfigField "boolean", "AsyncStorage_useDedicatedExecutor", "${useDedicatedExecutor}"
86
buildConfigField "boolean", "AsyncStorage_useNextStorage", "${useNextStorage}"
0 commit comments