Merge pull request #2 from KitsunePie/patch-1

chore: set default buildToolsVersion
This commit is contained in:
Fankesyooni
2022-05-13 22:51:51 +08:00
committed by GitHub
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

View File

@@ -21,6 +21,7 @@ android {
defaultConfig {
minSdk 27
targetSdk 31
buildToolsVersion '31.0.0'
versionCode 1
versionName "1.0"