diff --git a/android/build.gradle b/android/build.gradle index 1707bbe7530..2f329bb416c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ */ buildscript { - ext.kotlin_version = '1.6.21' + ext.kotlin_version = '1.8.20' repositories { google() @@ -14,7 +14,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.0.4' - classpath 'com.google.gms:google-services:4.3.10' + classpath 'com.google.gms:google-services:4.3.15' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'org.codehaus.groovy:groovy-json:3.0.11' } diff --git a/android/templates/build/root.build.gradle b/android/templates/build/root.build.gradle index cf9ff2d8716..8df90e3f35f 100644 --- a/android/templates/build/root.build.gradle +++ b/android/templates/build/root.build.gradle @@ -1,6 +1,6 @@ buildscript { - ext.kotlin_version = '1.6.21' + ext.kotlin_version = '1.8.20' repositories { google() diff --git a/android/templates/build/ti.constants.gradle b/android/templates/build/ti.constants.gradle index f2a0a95ed0b..0ea332c1cf9 100644 --- a/android/templates/build/ti.constants.gradle +++ b/android/templates/build/ti.constants.gradle @@ -6,11 +6,11 @@ */ project.ext { - tiAndroidXAppCompatLibVersion = '1.6.0-rc01' + tiAndroidXAppCompatLibVersion = '1.6.1' tiAndroidXCoreLibVersion = '1.9.0' - tiAndroidXFragmentLibVersion = '1.5.5' + tiAndroidXFragmentLibVersion = '1.5.7' tiMaterialLibVersion = '1.6.1' - tiPlayServicesBaseLibVersion = '18.1.0' + tiPlayServicesBaseLibVersion = '18.2.0' tiManifestPlaceholders = [ tiActivityConfigChanges: 'density|fontScale|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode' ] diff --git a/android/titanium/build.gradle b/android/titanium/build.gradle index 2fd8b2793be..383477d1487 100644 --- a/android/titanium/build.gradle +++ b/android/titanium/build.gradle @@ -250,11 +250,11 @@ dependencies { implementation "androidx.appcompat:appcompat:${project.ext.tiAndroidXAppCompatLibVersion}" 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.5' + implementation 'androidx.drawerlayout:drawerlayout:1.2.0' + implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation "androidx.fragment:fragment:${project.ext.tiAndroidXFragmentLibVersion}" implementation 'androidx.media:media:1.6.0' - implementation 'androidx.recyclerview:recyclerview:1.2.1' + implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.recyclerview:recyclerview-selection:1.1.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.transition:transition:1.4.1'