From cbad6671bbb3b772cfac5a3541457c7d3b4d94cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Zolnai?= Date: Thu, 19 Oct 2023 16:18:42 +0200 Subject: [PATCH] Update some dependency versions --- app/build.gradle | 4 ++-- common/build.gradle | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 77ca38b0..5c2f156d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,10 +14,10 @@ android { defaultConfig { applicationId "nl.eduvpn.app" minSdkVersion 21 - targetSdkVersion 31 + targetSdkVersion 33 versionCode 23 versionName "3.1.1" - ndkVersion "21.0.6113669" + ndkVersion "26.1.10909125" vectorDrawables.useSupportLibrary = true diff --git a/common/build.gradle b/common/build.gradle index 40363969..9c2a7041 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'org.eduvpn.common' compileSdk 33 - ndkVersion = "25.1.8937393" + ndkVersion = "26.1.10909125" def commonVersion = "2.0.0" @@ -52,10 +52,5 @@ android { } dependencies { - - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' - testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + implementation 'androidx.annotation:annotation-jvm:1.7.0' }