Modify: 基类

This commit is contained in:
Quyunshuo
2020-08-27 19:13:06 +08:00
parent 478e9ffd2f
commit f3a559dd78
9 changed files with 97 additions and 6 deletions

View File

@ -28,6 +28,10 @@ android {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
buildFeatures {
viewBinding = true
}
resourcePrefix "base_"
}