chore: set default buildToolsVersion

This commit is contained in:
NextAlone
2022-05-13 22:45:55 +08:00
parent 208814e110
commit db4af5499d
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ android {
applicationId "com.fankes.apperrorstracking"
minSdk 27
targetSdk 31
buildToolsVersion "31.0.0"
versionCode rootProject.ext.appVersionCode
versionName rootProject.ext.appVersionName