diff --git a/LifxTools/build.gradle b/LifxTools/build.gradle index 7a1f64a..5c5da64 100644 --- a/LifxTools/build.gradle +++ b/LifxTools/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/LifxTools/gradle/wrapper/gradle-wrapper.properties b/LifxTools/gradle/wrapper/gradle-wrapper.properties index 4203125..89ba534 100644 --- a/LifxTools/gradle/wrapper/gradle-wrapper.properties +++ b/LifxTools/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip