File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ plugins {
4
4
}
5
5
6
6
android {
7
- compileSdkVersion 30
8
- buildToolsVersion " 30.0.3"
9
-
7
+ namespace = " otus.homework.coroutines"
8
+ compileSdkVersion 34
10
9
defaultConfig {
11
10
applicationId " otus.homework.coroutines"
12
11
minSdkVersion 23
13
- targetSdkVersion 30
12
+ targetSdkVersion 34
14
13
versionCode 1
15
14
versionName " 1.0"
16
15
@@ -34,12 +33,12 @@ android {
34
33
35
34
dependencies {
36
35
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 '
38
37
implementation ' com.squareup.retrofit2:retrofit:2.9.0'
39
38
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'
44
43
implementation ' com.squareup.picasso:picasso:2.71828'
45
44
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.6.20 "
3
+ ext. kotlin_version = " 1.8.22 "
4
4
repositories {
5
5
mavenCentral()
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.1.3 '
9
+ classpath ' com.android.tools.build:gradle:8.2.1 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sun Apr 18 11:19:35 MSK 2021
1
+ # Mon Jan 15 23:17:01 GST 2024
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-bin.zip
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
You can’t perform that action at this time.
0 commit comments