mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-06 03:05:17 +08:00
chore: set default buildToolsVersion
This commit is contained in:
@@ -23,6 +23,7 @@ android {
|
|||||||
applicationId "com.fankes.apperrorstracking"
|
applicationId "com.fankes.apperrorstracking"
|
||||||
minSdk 27
|
minSdk 27
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
|
buildToolsVersion "31.0.0"
|
||||||
versionCode rootProject.ext.appVersionCode
|
versionCode rootProject.ext.appVersionCode
|
||||||
versionName rootProject.ext.appVersionName
|
versionName rootProject.ext.appVersionName
|
||||||
|
|
||||||
|
@@ -21,6 +21,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk 27
|
minSdk 27
|
||||||
targetSdk 31
|
targetSdk 31
|
||||||
|
buildToolsVersion '31.0.0'
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user