Remove lbrysdk AARs. Add bintray dependencies.
This commit is contained in:
parent
8742913c33
commit
7d6c11a88c
4 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -21,6 +21,7 @@ allprojects {
|
|||
google()
|
||||
jcenter()
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url "https://dl.bintray.com/lbryio/io.lbry" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue