Skip to content

Commit

Permalink
Updated sdk version to 32
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujnotes committed Sep 10, 2022
1 parent 14162c1 commit dfac7a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdkVersion 30
buildToolsVersion "30.0.1"
compileSdkVersion 32
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "net.snapdrop"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 32
versionCode 4
versionName "v0.4"

Expand Down

0 comments on commit dfac7a9

Please sign in to comment.