Update build tools

This commit is contained in:
Electric1447
2022-09-29 22:05:54 +03:00
parent feb2eac287
commit 047b9b373c
3 changed files with 16 additions and 16 deletions
+13 -9
View File
@@ -1,15 +1,17 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 31
buildToolsVersion '32.0.0'
namespace 'com.dosse.airpods'
compileSdkVersion 33
buildToolsVersion '33.0.0'
defaultConfig {
applicationId "com.dosse.airpods"
minSdkVersion 23
targetSdkVersion 31
versionCode 20
versionName '1.8'
targetSdkVersion 33
versionCode 21
versionName '1.9'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -22,17 +24,19 @@ android {
}
}
lintOptions {
abortOnError false
}
compileOptions {
sourceCompatibility = 11
targetCompatibility = 11
}
lint {
abortOnError false
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
//noinspection GradleDependency 1.5.0/1.5.1 is broken
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.preference:preference:1.2.0'
}
+1 -5
View File
@@ -7,10 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:7.3.0'
}
}
@@ -18,7 +15,6 @@ allprojects {
repositories {
google()
mavenCentral()
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
#Wed May 18 00:26:39 IDT 2022
#Thu Sep 29 21:38:30 IDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME