Update net module targetSdkVersion

This commit is contained in:
topjohnwu 2018-12-27 22:10:41 +08:00
parent 4c850ecc31
commit bb2df02dff

View File

@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
targetSdkVersion rootProject.ext.compileSdkVersion
versionCode 1
versionName "1.0"
}