File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ android {
4545}
4646
4747dependencies {
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
Original file line number Diff line number Diff line change 22
33buildscript {
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 {
You can’t perform that action at this time.
0 commit comments