Skip to content

Commit 066ffa3

Browse files
authored
Merge pull request #11 from Omega-R/develop
Upgrade libs
2 parents 80b6ad8 + 9c744cb commit 066ffa3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Mar 02 10:05:02 MSK 2020
1+
#Tue Apr 20 19:28:13 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.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

omegaviwslibs/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ android {
3030
dependencies {
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
}

0 commit comments

Comments
 (0)