sdk 0.100.0 / switch to maven central for lbrysdk Gradle dependency

This commit is contained in:
Akinwale Ariwodola 2021-06-25 19:07:47 +01:00
parent a6869eb2e6
commit 5f2c72ec4d
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View file

@ -66,3 +66,4 @@ app/twitter.properties
*.hprof
app/build
bin
app/debuglib

View file

@ -132,8 +132,9 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
__32bitImplementation 'io.lbry:lbrysdk32:0.94.1'
__64bitImplementation 'io.lbry:lbrysdk64:0.94.1'
__32bitImplementation 'io.lbry:lbrysdk32:0.100.0'
__64bitImplementation 'io.lbry:lbrysdk64:0.100.0'
//__64bitImplementation(name: 'lbrysdk', ext: 'aar')
}
apply plugin: 'com.google.gms.google-services'

View file

@ -5,7 +5,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.4'
@ -20,8 +20,11 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/lbryio/io.lbry" }
/*flatDir {
dirs 'debuglib'
}*/
}
}