Skip to content

Commit

Permalink
UPDATE: Raise target SDK version to 33.
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Jan 5, 2024
1 parent e7eb8da commit aaf7846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "com.oasisfeng.island"
minSdkVersion this.minSdkVersion
targetSdkVersion 31
targetSdkVersion 33
resourceConfigurations += ['en', 'zh', 'zh-rTW', 'pt-rBR']
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down

0 comments on commit aaf7846

Please sign in to comment.