File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.61 '
4+ ext. kotlin_version = ' 1.4.32 '
55 repositories {
66 google()
77 jcenter()
88
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.6.0 '
11+ classpath ' com.android.tools.build:gradle:4.1.3 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 // NOTE: Do not place your application dependencies here; they belong
1414 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 1- # Mon Mar 02 10:05:02 MSK 2020
1+ # Tue Apr 20 19:28:13 MSK 2021
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4-all .zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5-bin .zip
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ android {
3030dependencies {
3131 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3232 implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
33- implementation ' com.github.Omega-R.OmegaTypes:omegatypes:2.0.1 '
33+ implementation ' com.github.Omega-R.OmegaTypes:omegatypes:2.0.3 '
3434 implementation ' de.hdodenhof:circleimageview:3.0.0'
3535
36- implementation ' androidx.appcompat:appcompat:1.1 .0'
36+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3737
38- testImplementation ' junit:junit:4.12 '
39- androidTestImplementation ' androidx.test:runner:1.2 .0'
40- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
38+ testImplementation ' junit:junit:4.13.2 '
39+ androidTestImplementation ' androidx.test:runner:1.3 .0'
40+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
4141}
You can’t perform that action at this time.
0 commit comments