Skip to content

Commit

Permalink
[android] Bump compileSdkVersion to 29 (expo#8450)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed May 25, 2020
1 parent 3eb4083 commit 3da0dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -35,7 +35,7 @@ uploadArchives {
}

android {
compileSdkVersion safeExtGet("compileSdkVersion", 28)
compileSdkVersion safeExtGet("compileSdkVersion", 29)

defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
Expand Down

0 comments on commit 3da0dc1

Please sign in to comment.