Skip to content

Commit

Permalink
Fix: Forcing gradle to build under sdk 30
Browse files Browse the repository at this point in the history
  • Loading branch information
709924470 committed Nov 17, 2022
1 parent 5790d8f commit f418b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ android {
defaultConfig {
applicationId "cn.settile.fanboxviewer"
minSdkVersion 26
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
versionCode 1
versionName "beta-1.3.0"
Expand Down

0 comments on commit f418b7d

Please sign in to comment.