Skip to content

Commit

Permalink
Updates lint and test targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed May 30, 2024
1 parent 6009c4c commit 1c2dc37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dropshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ plugins {
android {
namespace = "com.dropbox.dropshots"
compileSdk = 34
testOptions.targetSdk = 34
lint.targetSdk = 34

defaultConfig {
minSdk = 19
Expand Down

0 comments on commit 1c2dc37

Please sign in to comment.