Added Maven Jitpack.IO

Some build properties changes
This commit is contained in:
LooKeR 2021-10-12 18:58:32 +05:30
parent 2e2632bd57
commit cf567b6e1e
2 changed files with 5 additions and 1 deletions

View File

@ -107,6 +107,7 @@ android {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
maven { url 'https://jitpack.io' }
} }
dependencies { dependencies {
@ -118,7 +119,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
implementation 'io.reactivex.rxjava3:rxjava:3.1.1' implementation 'io.reactivex.rxjava3:rxjava:3.1.1'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0' implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.0'
implementation 'com.github.topjohnwu.libsu:core:3.1.2' implementation 'com.github.topjohnwu.libsu:core:3.1.2'
} }

View File

@ -1 +1,4 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true android.useAndroidX=true
android.enableJetifier=true