Skip to content

Commit

Permalink
UPDATE: Raise targetSdkVersion to 28.
Browse files Browse the repository at this point in the history
  • Loading branch information
oasisfeng committed Apr 29, 2020
1 parent 5a5e11c commit 543d82e
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 @@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "com.oasisfeng.island"
minSdkVersion 21
targetSdkVersion 27 // Module "fileprovider" indirectly accessed private APIs in dark greylist, via loaded remote class.
targetSdkVersion 28 // Module "fileprovider" indirectly accessed private APIs in dark greylist, via loaded remote class.
resConfigs "en", "zh"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down

0 comments on commit 543d82e

Please sign in to comment.