File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33buildscript {
44
5- ext. kotlin_version = ' 1.3.61 '
5+ ext. kotlin_version = ' 1.4.32 '
66 ext. androidX = ' 1.0.2'
77 ext. sdkVersion = 28
88 ext. javapoet = ' 1.9.0'
@@ -12,7 +12,7 @@ buildscript {
1212 jcenter()
1313 }
1414 dependencies {
15- classpath ' com.android.tools.build:gradle:3.5 .3'
15+ classpath ' com.android.tools.build:gradle:4.1 .3'
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
1818
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ android {
3535dependencies {
3636 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3737 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
38- implementation ' com.github.Omega-R:OmegaLaunchers:1.0.2 '
39- api ' com.github.Omega-R.OmegaTypes:omegatypes:6801f9f '
38+ implementation ' com.github.Omega-R:OmegaLaunchers:1.0.3 '
39+ api ' com.github.Omega-R.OmegaTypes:omegatypes:2.0.3 '
4040
4141 compileOnly " androidx.appcompat:appcompat:$androidX "
4242}
Original file line number Diff line number Diff line change 1- # Thu Jan 23 11:06:19 MSK 2020
1+ # Tue Apr 20 18:55:02 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.4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
You can’t perform that action at this time.
0 commit comments