mirror of
https://github.com/HMCore/Orbot.git
synced 2025-12-12 05:46:16 +00:00
Update dependencies
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.3.61'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.3.61'
|
||||
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
|
||||
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.10'
|
||||
}
|
||||
|
||||
group 'de.wulkanat'
|
||||
version '1.4.3'
|
||||
version '2.0.0'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -14,9 +14,9 @@ repositories {
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
|
||||
|
||||
compile 'net.dv8tion:JDA:4.2.0_189'
|
||||
compile 'org.jsoup:jsoup:1.13.1'
|
||||
compile "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.14.0"
|
||||
implementation 'net.dv8tion:JDA:4.2.0_189'
|
||||
implementation 'org.jsoup:jsoup:1.13.1'
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.14.0"
|
||||
}
|
||||
|
||||
compileKotlin {
|
||||
|
||||
Reference in New Issue
Block a user