Skip to content

Commit 88a3970

Browse files
committed
[Update]
- Upgrade libs version.
1 parent 41884ce commit 88a3970

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.4.10"
4+
ext.kotlin_version="1.4.20"
55
repositories {
66
google()
77
jcenter()

filepicker/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ dependencies {
4444
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}"
4545
implementation 'androidx.appcompat:appcompat:1.2.0'
4646
implementation 'androidx.recyclerview:recyclerview:1.1.0'
47-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
48-
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
49-
testImplementation 'junit:junit:4.12'
50-
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
47+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
48+
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
5249
}

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
// implementation 'com.squareup.picasso:picasso:2.5.2'
3636
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
3737
implementation 'androidx.appcompat:appcompat:1.2.0'
38-
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
38+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
3939
testImplementation 'junit:junit:4.12'
4040
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
4141
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'

0 commit comments

Comments
 (0)