From 4dd041ce51763c469f6e8bada972c1a224f90f31 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Sat, 26 Nov 2022 23:58:55 +0100 Subject: [PATCH] feat(android): update libraries (#13601) * feat(android): update libraries * feat(android): update libraries --- android/titanium/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/android/titanium/build.gradle b/android/titanium/build.gradle index 693203e7e7b..69723192f57 100644 --- a/android/titanium/build.gradle +++ b/android/titanium/build.gradle @@ -251,7 +251,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation "androidx.core:core:${project.ext.tiAndroidXCoreLibVersion}" implementation 'androidx.drawerlayout:drawerlayout:1.1.1' - implementation 'androidx.exifinterface:exifinterface:1.3.3' + implementation 'androidx.exifinterface:exifinterface:1.3.4' implementation "androidx.fragment:fragment:${project.ext.tiAndroidXFragmentLibVersion}" implementation 'androidx.media:media:1.6.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' @@ -261,7 +261,7 @@ dependencies { implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.viewpager:viewpager:1.0.0' - compileOnly 'androidx.annotation:annotation:1.3.0' + implementation 'androidx.annotation:annotation:1.5.0' // Google's "Material Components" themed UI library. implementation "com.google.android.material:material:${project.ext.tiMaterialLibVersion}" @@ -269,13 +269,13 @@ dependencies { // The Google Play Services libraries are only used by Titanium's geolocation feature. // We link to them dynamically at runtime. So, they can be safely excluded when in the app project. implementation "com.google.android.gms:play-services-base:${project.ext.tiPlayServicesBaseLibVersion}" - implementation 'com.google.android.gms:play-services-location:19.0.1' + implementation 'com.google.android.gms:play-services-location:20.0.0' // XML library providing XPath support to our Ti.XML APIs. implementation 'jaxen:jaxen:1.2.0' // WebSocket library is needed to do JavaScript debugging. - implementation 'org.java-websocket:Java-WebSocket:1.5.1' + implementation 'org.java-websocket:Java-WebSocket:1.5.3' // Reference all local JAR file dependencies. implementation fileTree(dir: 'lib', include: ['*.jar'])