Skip to content

Commit

Permalink
chore: update to targetSdk 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Maglie committed Nov 3, 2023
1 parent 64a0fe2 commit 825f7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions file-sharing-consumer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
applicationId "com.github.techisfun.android.filesharingconsumer"
minSdk 26
targetSdk 31
targetSdk 33
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions file-sharing-producer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 33

defaultConfig {
applicationId "com.github.techisfun.android.firesharingproducer"
minSdk 26
targetSdk 31
targetSdk 33
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 825f7b2

Please sign in to comment.