Skip to content

Commit c026d19

Browse files
m1gacb1kenobi
andauthored
chore(android): android library updates (#14199)
Co-authored-by: Chris Barber <[email protected]>
1 parent fe01676 commit c026d19

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"android platform tools": "33.x",
2626
"android tools": "<=35.x",
2727
"android ndk": ">=r21 <=r22b",
28-
"java": ">=11.x"
28+
"java": ">=17.x"
2929
},
3030
"repository": {
3131
"type": "git",

android/templates/build/ti.constants.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
project.ext {
99
tiNdkVersion = '28.1.13356709'
1010
tiAndroidXAppCompatLibVersion = '1.7.0'
11-
tiAndroidXCoreLibVersion = '1.9.0'
12-
tiAndroidXFragmentLibVersion = '1.7.1'
11+
tiAndroidXCoreLibVersion = '1.13.1'
12+
tiAndroidXFragmentLibVersion = '1.8.6'
1313
tiMaterialLibVersion = '1.12.0'
1414
tiPlayServicesBaseLibVersion = '18.3.0'
1515
tiManifestPlaceholders = [

android/titanium/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,16 @@ dependencies {
281281
implementation 'androidx.cardview:cardview:1.0.0'
282282
implementation "androidx.core:core:${project.ext.tiAndroidXCoreLibVersion}"
283283
implementation 'androidx.drawerlayout:drawerlayout:1.2.0'
284-
implementation 'androidx.exifinterface:exifinterface:1.3.7'
284+
implementation 'androidx.exifinterface:exifinterface:1.4.0'
285285
implementation "androidx.fragment:fragment:${project.ext.tiAndroidXFragmentLibVersion}"
286286
implementation 'androidx.media:media:1.7.0'
287287
implementation 'androidx.recyclerview:recyclerview:1.3.2'
288288
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
289289
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
290290
implementation 'androidx.transition:transition:1.5.1'
291-
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
292-
implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
293-
implementation 'androidx.viewpager:viewpager:1.0.0'
291+
implementation 'androidx.vectordrawable:vectordrawable:1.2.0'
292+
implementation 'androidx.vectordrawable:vectordrawable-animated:1.2.0'
293+
implementation 'androidx.viewpager:viewpager:1.1.0'
294294
implementation 'androidx.annotation:annotation:1.7.1'
295295

296296
// Google's "Material Components" themed UI library.

0 commit comments

Comments
 (0)