Skip to content

Commit

Permalink
Set target to SDK 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkaboi committed Aug 4, 2021
1 parent 0978299 commit eda685c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ plugins {
}

android {
compileSdkVersion 31
buildToolsVersion "31.0.0-rc4"
compileSdkVersion 30

defaultConfig {
applicationId "com.sharkaboi.mediahub"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 30
versionCode 1
versionName "1.2"

Expand Down

0 comments on commit eda685c

Please sign in to comment.