Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
Reset targetSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
39aldo39 committed Oct 24, 2020
1 parent 68f21ee commit 86f2a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ androidExtensions {
}

android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "net.frju.flym"
minSdkVersion 21
targetSdkVersion 29 // Allows for legacy storage on Android 11
targetSdkVersion 30
versionCode 37
versionName "2.5.3"
}
Expand Down

0 comments on commit 86f2a38

Please sign in to comment.