Skip to content

Commit f783458

Browse files
committed
Bump android sdk versions
1 parent 809ff7a commit f783458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ if (useNextStorage) {
7777
}
7878

7979
android {
80-
compileSdkVersion safeExtGet('compileSdkVersion', 28)
80+
compileSdkVersion safeExtGet('compileSdkVersion', 31)
8181
defaultConfig {
82-
minSdkVersion safeExtGet('minSdkVersion', 19)
83-
targetSdkVersion safeExtGet('targetSdkVersion', 28)
82+
minSdkVersion safeExtGet('minSdkVersion', 21)
83+
targetSdkVersion safeExtGet('targetSdkVersion', 29)
8484
buildConfigField "Long", "AsyncStorage_db_size", "${dbSizeInMB}L"
8585
buildConfigField "boolean", "AsyncStorage_useDedicatedExecutor", "${useDedicatedExecutor}"
8686
buildConfigField "boolean", "AsyncStorage_useNextStorage", "${useNextStorage}"

0 commit comments

Comments
 (0)