Skip to content

Commit 9569762

Browse files
committed
chore: update library dependency
1 parent 3be9043 commit 9569762

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ android {
4545
}
4646

4747
dependencies {
48-
def room_version = "2.2.5"
49-
5048
implementation fileTree(dir: 'libs', include: ['*.jar'])
5149
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5250
implementation 'com.google.android.material:material:1.3.0-beta01'
@@ -63,6 +61,9 @@ dependencies {
6361
kapt "androidx.room:room-compiler:$room_version"
6462
androidTestImplementation "androidx.room:room-testing:$room_version"
6563

64+
// jsoup
65+
implementation 'org.jsoup:jsoup:1.13.1'
66+
6667
// test implementation
6768
testImplementation 'junit:junit:4.12'
6869
androidTestImplementation 'androidx.test:runner:1.2.0'
@@ -107,7 +108,6 @@ dependencies {
107108
kapt 'com.github.bumptech.glide:compiler:4.9.0'
108109

109110
// jsoup, anko
110-
implementation 'org.jsoup:jsoup:1.11.3'
111111
implementation "org.jetbrains.anko:anko:$rootProject.anko_version"
112112
implementation 'androidx.gridlayout:gridlayout:1.0.0'
113113

build.gradle

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

33
buildscript {
44
ext {
5-
kotlin_version = '1.3.21'
5+
kotlin_version = '1.4.21'
66
coroutine_version = '1.0.0'
7-
anko_version = '0.10.5'
8-
room_version = '1.1.1'
7+
anko_version = '0.10.8'
8+
room_version = '2.2.5'
99
archlifecycle_version = '1.1.1'
1010
}
1111
repositories {

0 commit comments

Comments
 (0)