Skip to content

Commit beb08bf

Browse files
committed
updated deps
1 parent 3d0fce2 commit beb08bf

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

app/build.gradle

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdkVersion 30
8-
buildToolsVersion "30.0.3"
9-
7+
namespace = "otus.homework.coroutines"
8+
compileSdkVersion 34
109
defaultConfig {
1110
applicationId "otus.homework.coroutines"
1211
minSdkVersion 23
13-
targetSdkVersion 30
12+
targetSdkVersion 34
1413
versionCode 1
1514
versionName "1.0"
1615

@@ -34,12 +33,12 @@ android {
3433

3534
dependencies {
3635
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
37-
implementation 'androidx.core:core-ktx:1.3.2'
36+
implementation 'androidx.core:core-ktx:1.12.0'
3837
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
3938
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
40-
implementation 'com.google.code.gson:gson:2.8.6'
41-
implementation 'androidx.appcompat:appcompat:1.2.0'
42-
implementation 'com.google.android.material:material:1.3.0'
43-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
39+
implementation 'com.google.code.gson:gson:2.10'
40+
implementation 'androidx.appcompat:appcompat:1.6.1'
41+
implementation 'com.google.android.material:material:1.11.0'
42+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4443
implementation 'com.squareup.picasso:picasso:2.71828'
4544
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.6.20"
3+
ext.kotlin_version = "1.8.22"
44
repositories {
55
mavenCentral()
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.3'
9+
classpath 'com.android.tools.build:gradle:8.2.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Apr 18 11:19:35 MSK 2021
1+
#Mon Jan 15 23:17:01 GST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip

0 commit comments

Comments
 (0)