Revert "Fix "tooltipText" attrs bellowed Android 8.x"

Changed only support minSdk 27
This commit is contained in:
2022-05-11 14:38:46 +08:00
parent 8cabb24937
commit e386e1fa42
4 changed files with 8 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ android {
defaultConfig {
applicationId "com.fankes.apperrorstracking"
minSdk 21
minSdk 27
targetSdk 31
versionCode rootProject.ext.appVersionCode
versionName rootProject.ext.appVersionName