Skip to content

Commit

Permalink
targetSdkVersion过高导致玩偶没有数据
Browse files Browse the repository at this point in the history
  • Loading branch information
watson1982 committed Jan 30, 2024
1 parent c099718 commit ff5a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId 'com.github.tvbox.osc.tk'
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 29
versionCode 1
versionName "1.0.".concat(buildTime())
multiDexEnabled true
Expand Down

1 comment on commit ff5a5f8

@Varorbc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有计划再把targetSdkVersion升级到30吗?

Please sign in to comment.