mirror of
https://github.com/tachiyomiorg/extensions-lib.git
synced 2024-11-16 16:29:19 +01:00
Bump dependencies to match Tachiyomi v0.13.0
This commit is contained in:
parent
d191544fba
commit
1d87f5a2f7
@ -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()
|
||||
|
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user