Skip to content

Commit dc24f47

Browse files
authored
Upgrade dependencies (#106)
1 parent 4147580 commit dc24f47

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

readium/lcp/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.4.10'
4+
ext.kotlin_version = '1.4.31'
55

66
repositories {
77
google()
88
jcenter()
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.0'
11+
classpath 'com.android.tools.build:gradle:4.1.2'
1212

1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

readium/lcp/r2-lcp/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
apply plugin: 'com.android.library'
1111
apply plugin: 'kotlin-android'
12-
apply plugin: 'kotlin-android-extensions'
12+
apply plugin: 'kotlin-parcelize'
1313
apply plugin: 'com.github.dcendents.android-maven'
1414
group='com.github.readium'
1515

@@ -47,9 +47,9 @@ dependencies {
4747
}
4848

4949

50-
implementation "androidx.constraintlayout:constraintlayout:2.0.3"
50+
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
5151
implementation "androidx.core:core-ktx:1.3.2"
52-
implementation "com.google.android.material:material:1.3.0-alpha03"
52+
implementation "com.google.android.material:material:1.3.0"
5353
implementation "com.jakewharton.timber:timber:4.7.1"
5454
implementation("com.mcxiaoke.koi:async:0.5.5") {
5555
exclude module: 'support-v4'
@@ -62,7 +62,7 @@ dependencies {
6262
implementation "org.zeroturnaround:zt-zip:1.14"
6363
implementation 'androidx.browser:browser:1.3.0'
6464

65-
testImplementation "junit:junit:4.13.1"
65+
testImplementation "junit:junit:4.13.2"
6666
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
6767

6868
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"

0 commit comments

Comments
 (0)