Update build tools

This commit is contained in:
Electric1447
2022-05-18 00:46:05 +03:00
parent 97f7359057
commit 104dc3454b
3 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 31
buildToolsVersion '30.0.3'
buildToolsVersion '32.0.0'
defaultConfig {
applicationId "com.dosse.airpods"
@@ -27,12 +27,12 @@ android {
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 11
targetCompatibility = 11
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation "androidx.preference:preference:1.1.1"
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.preference:preference:1.2.0'
}