Skip to content

Commit

Permalink
feat(android): update libraries (#13601)
Browse files Browse the repository at this point in the history
* feat(android): update libraries

* feat(android): update libraries
  • Loading branch information
m1ga committed Nov 26, 2022
1 parent 580743e commit 4dd041c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/titanium/build.gradle
Expand Up @@ -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'
Expand All @@ -261,21 +261,21 @@ 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}"

// 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'])
Expand Down

0 comments on commit 4dd041c

Please sign in to comment.