Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Commit f99fdd6

Browse files
authored
Upgrade dependencies (#399)
1 parent bd9ff44 commit f99fdd6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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.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

r2-testapp/build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,18 @@ dependencies {
101101
implementation "com.github.readium:r2-lcp-kotlin:$READIUM_VERSION"
102102
}
103103

104-
implementation "androidx.activity:activity-ktx:1.2.0-beta01"
105-
implementation "androidx.appcompat:appcompat:1.3.0-alpha02"
106-
implementation "androidx.browser:browser:1.2.0"
104+
implementation "androidx.activity:activity-ktx:1.3.0-alpha02"
105+
implementation "androidx.appcompat:appcompat:1.3.0-beta01"
106+
implementation "androidx.browser:browser:1.3.0"
107107
implementation "androidx.cardview:cardview:1.0.0"
108-
implementation "androidx.constraintlayout:constraintlayout:2.0.3"
109-
implementation "androidx.fragment:fragment-ktx:1.3.0-beta01"
110-
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.3.0-beta01"
111-
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0-beta01"
112-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0-beta01"
108+
implementation "androidx.constraintlayout:constraintlayout:2.0.4"
109+
implementation "androidx.fragment:fragment-ktx:1.3.0"
110+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.3.0"
111+
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
112+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0"
113113
implementation "androidx.recyclerview:recyclerview:1.1.0"
114114
implementation "androidx.viewpager2:viewpager2:1.0.0"
115-
implementation "androidx.webkit:webkit:1.3.0"
115+
implementation "androidx.webkit:webkit:1.4.0"
116116
implementation "com.commonsware.cwac:merge:1.1.2"
117117
implementation "com.duolingo.open:rtl-viewpager:1.0.3"
118118
implementation "com.github.abacritt:sectionedmergeadapter:0.2"
@@ -126,7 +126,7 @@ dependencies {
126126
}
127127
implementation "com.github.kittinunf.fuel:fuel:2.2.2"
128128
implementation "com.github.kittinunf.fuel:fuel-android:2.2.2"
129-
implementation "com.google.android.material:material:1.3.0-alpha03"
129+
implementation "com.google.android.material:material:1.4.0-alpha01"
130130
implementation "com.google.code.gson:gson:2.8.6"
131131
implementation "com.jakewharton.timber:timber:4.7.1"
132132
implementation("com.mcxiaoke.koi:core:0.5.5") {
@@ -158,11 +158,11 @@ dependencies {
158158
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2"
159159
// AM NOTE: needs to stay this version for now (June 24,2020)
160160
//noinspection GradleDependency
161-
implementation "org.jsoup:jsoup:1.10.3"
161+
implementation 'org.jsoup:jsoup:1.13.1'
162162
implementation "org.slf4j:slf4j-nop:1.7.30"
163163

164164
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
165-
testImplementation "junit:junit:4.13.1"
165+
testImplementation "junit:junit:4.13.2"
166166

167167
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
168168
androidTestImplementation "androidx.test:runner:1.3.0"

0 commit comments

Comments
 (0)