merge upstream

This commit is contained in:
jmir1
2022-08-06 20:17:53 +02:00
parent bd076c3e5d
commit 0f7df7a71c
59 changed files with 1386 additions and 672 deletions

View File

@ -1,6 +1,5 @@
object AndroidConfig {
const val compileSdk = 30
const val compileSdk = 32
const val minSdk = 21
const val targetSdk = 29
const val buildTools = "30.0.3"
const val targetSdk = 32
}

View File

@ -1,9 +0,0 @@
object Deps {
object kotlin {
const val version = "1.4.10"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
}
const val jsoup = "org.jsoup:jsoup:1.13.1"
const val okhttp = "com.squareup.okhttp3:okhttp:3.10.0"
}