Skip to content

Commit 0d580f8

Browse files
Merge pull request #137 from Omega-R/develop
Develop
2 parents 4ab0dd7 + 20a4b07 commit 0d580f8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
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

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
dependencies {
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
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jan 23 11:06:19 MSK 2020
1+
#Tue Apr 20 18:55:02 MSK 2021
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)