Try fix travis build
This commit is contained in:
@@ -8,6 +8,7 @@ def gitBranch = 'git branch --show-current'.execute([], rootDir).text.trim()
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion '29.0.3'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "org.koitharu.kotatsu"
|
||||
@@ -57,17 +58,17 @@ dependencies {
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.3'
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.3.0-alpha01'
|
||||
implementation "androidx.fragment:fragment-ktx:1.2.1"
|
||||
implementation "androidx.fragment:fragment-ktx:1.2.2"
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0-alpha02'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
||||
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.0-alpha01'
|
||||
implementation 'androidx.preference:preference:1.1.0'
|
||||
implementation 'com.google.android.material:material:1.2.0-alpha04'
|
||||
implementation 'com.google.android.material:material:1.2.0-alpha05'
|
||||
|
||||
implementation 'androidx.room:room-runtime:2.2.3'
|
||||
implementation 'androidx.room:room-ktx:2.2.3'
|
||||
kapt 'androidx.room:room-compiler:2.2.3'
|
||||
implementation 'androidx.room:room-runtime:2.2.4'
|
||||
implementation 'androidx.room:room-ktx:2.2.4'
|
||||
kapt 'androidx.room:room-compiler:2.2.4'
|
||||
|
||||
implementation 'com.github.moxy-community:moxy:2.0.2'
|
||||
implementation 'com.github.moxy-community:moxy-androidx:2.0.2'
|
||||
@@ -75,7 +76,7 @@ dependencies {
|
||||
implementation 'com.github.moxy-community:moxy-ktx:2.0.2'
|
||||
kapt 'com.github.moxy-community:moxy-compiler:2.0.2'
|
||||
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.4.0'
|
||||
implementation 'com.squareup.okio:okio:2.4.3'
|
||||
implementation 'org.jsoup:jsoup:1.12.2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user