diff --git a/android/app/build.gradle b/android/app/build.gradle index db98187e..58989f3e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation 'io.github.pilgr:paperdb:2.7.2' // Simple Storage - implementation "com.anggrayudi:storage:1.5.5-SNAPSHOT" + implementation "com.anggrayudi:storage:1.5.6" // OK HTTP implementation 'com.squareup.okhttp3:okhttp:4.9.2' diff --git a/android/build.gradle b/android/build.gradle index 2322379e..134724a4 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.7.20' + ext.kotlin_version = '2.0.0' repositories { google() diff --git a/android/variables.gradle b/android/variables.gradle index ce23d4e6..0d71b4b8 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -3,7 +3,7 @@ ext { compileSdkVersion = 34 targetSdkVersion = 34 androidxActivityVersion = '1.7.0' - androidxAppCompatVersion = '1.6.1' + androidxAppCompatVersion = '1.7.0' androidxCoordinatorLayoutVersion = '1.2.0' androidxCoreVersion = '1.10.0' androidPlayCore = '1.9.0' @@ -13,8 +13,8 @@ ext { androidxEspressoCoreVersion = '3.5.1' cordovaAndroidVersion = '10.1.1' androidx_car_version = '1.0.0-alpha7' - androidx_core_ktx_version = '1.12.0' - androidx_media_version = '1.6.0' + androidx_core_ktx_version = '1.13.1' + androidx_media_version = '1.7.0' androidx_preference_version = '1.1.1' androidx_test_runner_version = '1.3.0' arch_lifecycle_version = '2.2.0' @@ -27,7 +27,7 @@ ext { gradle_version = '3.1.4' gson_version = '2.8.5' junit_version = '4.13' - kotlin_version = '1.8.10' + kotlin_version = '2.0.0' kotlin_coroutines_version = '1.6.4' multidex_version = '1.0.3' play_services_auth_version = '18.1.0'