From f6f076cc222d30b3e1b1d3e07217ad6d50e6c584 Mon Sep 17 00:00:00 2001 From: badaix Date: Mon, 18 Apr 2022 15:37:55 +0200 Subject: [PATCH] Update dependencies --- Snapcast/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Snapcast/build.gradle b/Snapcast/build.gradle index 08b30e5..c50c260 100644 --- a/Snapcast/build.gradle +++ b/Snapcast/build.gradle @@ -34,8 +34,8 @@ android { } } - buildToolsVersion = '30.0.3' - ndkVersion '23.1.7779620' + buildToolsVersion = '32.0.0' + ndkVersion '24.0.8215888' lint { disable 'MissingTranslation' } @@ -43,7 +43,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - testImplementation 'junit:junit:4.13.1' + testImplementation 'junit:junit:4.13.2' // https://dl.google.com/dl/android/maven2/index.html implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.cardview:cardview:1.0.0' diff --git a/build.gradle b/build.gradle index 22ee336..5d66446 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:7.1.0' + classpath 'com.android.tools.build:gradle:7.1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files