From 104dc3454b249f7861d3aefaf7652e4a3b5796f4 Mon Sep 17 00:00:00 2001 From: Electric1447 Date: Wed, 18 May 2022 00:46:05 +0300 Subject: [PATCH] Update build tools --- app/build.gradle | 10 +++++----- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1ffa5a4..b26e6d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/build.gradle b/build.gradle index e4eb615..df6b3ad 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' + classpath 'com.android.tools.build:gradle:7.2.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a415dd7..2e2bd1b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Aug 19 19:47:14 IDT 2021 +#Wed May 18 00:26:39 IDT 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME