mirror of
https://github.com/ev-map/EVMap.git
synced 2026-09-08 11:32:59 -04:00
update dependencies
This commit is contained in:
1 parent
9833159fa8
commit
e79c1168ff
2 files changed
+10
-10
No files matched your search
+8
-8
@@ -160,13 +160,13 @@ configurations {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
|
implementation 'androidx.appcompat:appcompat:1.6.0-rc01'
|
||||||
implementation 'androidx.core:core-ktx:1.8.0'
|
implementation 'androidx.core:core-ktx:1.9.0'
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.0'
|
implementation 'androidx.core:core-splashscreen:1.0.0'
|
||||||
implementation "androidx.activity:activity-ktx:1.5.1"
|
implementation "androidx.activity:activity-ktx:1.6.1"
|
||||||
implementation "androidx.fragment:fragment-ktx:1.5.2"
|
implementation "androidx.fragment:fragment-ktx:1.5.4"
|
||||||
implementation 'androidx.cardview:cardview:1.0.0'
|
implementation 'androidx.cardview:cardview:1.0.0'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.0'
|
implementation 'androidx.preference:preference-ktx:1.2.0'
|
||||||
implementation 'com.google.android.material:material:1.6.1'
|
implementation 'com.google.android.material:material:1.7.0'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||||
implementation 'androidx.browser:browser:1.4.0'
|
implementation 'androidx.browser:browser:1.4.0'
|
||||||
@@ -210,7 +210,7 @@ dependencies {
|
|||||||
implementation 'com.github.johan12345:mapbox-events-android:a21c324501'
|
implementation 'com.github.johan12345:mapbox-events-android:a21c324501'
|
||||||
|
|
||||||
// Google Places
|
// Google Places
|
||||||
googleImplementation 'com.google.android.libraries.places:places:2.6.0'
|
googleImplementation 'com.google.android.libraries.places:places:2.7.0'
|
||||||
googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.1'
|
googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.1'
|
||||||
|
|
||||||
// Mapbox Geocoding
|
// Mapbox Geocoding
|
||||||
@@ -255,10 +255,10 @@ dependencies {
|
|||||||
// testing for car app
|
// testing for car app
|
||||||
testGoogleImplementation "androidx.car.app:app-testing:$carAppVersion"
|
testGoogleImplementation "androidx.car.app:app-testing:$carAppVersion"
|
||||||
testGoogleImplementation 'org.robolectric:robolectric:4.8.1'
|
testGoogleImplementation 'org.robolectric:robolectric:4.8.1'
|
||||||
testGoogleImplementation 'androidx.test:core:1.4.0'
|
testGoogleImplementation 'androidx.test:core:1.5.0'
|
||||||
|
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
|
||||||
|
|
||||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.13.0"
|
kapt "com.squareup.moshi:moshi-kotlin-codegen:1.13.0"
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -3,14 +3,14 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '1.7.10'
|
ext.kotlin_version = '1.7.10'
|
||||||
ext.about_libs_version = '8.9.4'
|
ext.about_libs_version = '8.9.4'
|
||||||
ext.nav_version = '2.5.2'
|
ext.nav_version = '2.5.3'
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.0'
|
classpath 'com.android.tools.build:gradle:7.3.1'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libs_version"
|
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$about_libs_version"
|
||||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||||
|
|||||||
Reference in new issue
Block a user