Remove lbrysdk AARs. Add bintray dependencies.

This commit is contained in:
Akinwale Ariwodola 2020-06-09 22:27:42 +01:00
parent 8742913c33
commit 7d6c11a88c
4 changed files with 3 additions and 2 deletions

View file

@ -100,8 +100,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
__32bitImplementation files('libs/lbrysdk-0.75.0-release__arm.aar')
__64bitImplementation files('libs/lbrysdk-0.75.0-release__arm64.aar')
__32bitImplementation 'io.lbry:lbrysdk32:0.75.0'
__64bitImplementation 'io.lbry:lbrysdk64:0.75.0'
}
apply plugin: 'com.google.gms.google-services'

View file

@ -21,6 +21,7 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/lbryio/io.lbry" }
}
}