Skip to content

Commit

Permalink
Updates target sdk versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter committed May 21, 2024
1 parent b332894 commit 51b2ac7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dropshots/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ plugins {

android {
namespace = "com.dropbox.dropshots"
compileSdk = 32
compileSdk = 34

defaultConfig {
minSdk = 19
targetSdk = 32

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 51b2ac7

Please sign in to comment.