mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-07 00:09:55 +00:00
Added Maven Jitpack.IO
Some build properties changes
This commit is contained in:
parent
2e2632bd57
commit
cf567b6e1e
@ -107,6 +107,7 @@ android {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -118,7 +119,7 @@ dependencies {
|
||||
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
|
||||
implementation 'io.reactivex.rxjava3:rxjava:3.1.1'
|
||||
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.fasterxml.jackson.core:jackson-core:2.13.0'
|
||||
implementation 'com.github.topjohnwu.libsu:core:3.1.2'
|
||||
}
|
||||
|
@ -1 +1,4 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
Loading…
x
Reference in New Issue
Block a user