Skip to content

Commit

Permalink
feat(android): update internal libraries (#13346)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Apr 2, 2022
1 parent 827752f commit 1325f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions android/templates/build/ti.constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
*/

project.ext {
tiAndroidXAppCompatLibVersion = '1.3.1'
tiAndroidXCoreLibVersion = '1.6.0'
tiAndroidXFragmentLibVersion = '1.3.6'
tiMaterialLibVersion = '1.4.0'
tiPlayServicesBaseLibVersion = '17.6.0'
tiAndroidXAppCompatLibVersion = '1.4.1'
tiAndroidXCoreLibVersion = '1.7.0'
tiAndroidXFragmentLibVersion = '1.4.1'
tiMaterialLibVersion = '1.5.0'
tiPlayServicesBaseLibVersion = '18.0.1'
tiManifestPlaceholders = [
tiActivityConfigChanges: 'density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode'
]
Expand Down
2 changes: 1 addition & 1 deletion android/titanium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies {
implementation 'androidx.drawerlayout:drawerlayout:1.1.1'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation "androidx.fragment:fragment:${project.ext.tiAndroidXFragmentLibVersion}"
implementation 'androidx.media:media:1.4.1'
implementation 'androidx.media:media:1.5.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.recyclerview:recyclerview-selection:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Expand Down

0 comments on commit 1325f1a

Please sign in to comment.