sdk 0.100.0 / switch to maven central for lbrysdk Gradle dependency
This commit is contained in:
parent
a6869eb2e6
commit
5f2c72ec4d
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -66,3 +66,4 @@ app/twitter.properties
|
|||
*.hprof
|
||||
app/build
|
||||
bin
|
||||
app/debuglib
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
}*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue