mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-01 16:55:18 +08:00
Merge pull request #2 from KitsunePie/patch-1
chore: set default buildToolsVersion
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -21,6 +21,7 @@ android {
|
||||
defaultConfig {
|
||||
minSdk 27
|
||||
targetSdk 31
|
||||
buildToolsVersion '31.0.0'
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
@@ -76,4 +77,4 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user