Bump dependencies to match Tachiyomi v0.13.0

This commit is contained in:
arkon 2022-02-01 12:53:33 -05:00
parent d191544fba
commit 1d87f5a2f7
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.32'
ext.kotlin_version = '1.6.10'
repositories {
mavenCentral()
google()

View File

@ -6,7 +6,6 @@ plugins {
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
defaultConfig {
minSdkVersion 21
@ -25,7 +24,7 @@ android {
dependencies {
compileOnly "com.squareup.okhttp3:okhttp:4.9.1"
compileOnly "io.reactivex:rxjava:1.3.8"
compileOnly "org.jsoup:jsoup:1.13.1"
compileOnly "org.jsoup:jsoup:1.14.3"
compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}