Bump Gradle version to 5.6.4. Fix pom configuration.
This commit is contained in:
parent
c1611a4006
commit
2ac9b3a4b5
4 changed files with 15 additions and 15 deletions
0
build-debug.sh
Normal file → Executable file
0
build-debug.sh
Normal file → Executable file
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.2'
|
||||
classpath 'com.android.tools.build:gradle:3.6.4'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -140,16 +140,16 @@ afterEvaluate {
|
|||
}
|
||||
developers {
|
||||
developer {
|
||||
id 'akinwale'
|
||||
name 'Akinwale Ariwodola'
|
||||
email 'akinwale@lbry.com'
|
||||
id = 'akinwale'
|
||||
name = 'Akinwale Ariwodola'
|
||||
email = 'akinwale@lbry.com'
|
||||
}
|
||||
}
|
||||
|
||||
scm {
|
||||
url 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection 'scm:git:github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection 'scm:git:ssh://github.com/lbryio/lbry-android-sdk.git'
|
||||
url = 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection = 'scm:git:github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection = 'scm:git:ssh://github.com/lbryio/lbry-android-sdk.git'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@ buildscript {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.4.2'
|
||||
classpath 'com.android.tools.build:gradle:3.6.4'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -141,16 +141,16 @@ afterEvaluate {
|
|||
}
|
||||
developers {
|
||||
developer {
|
||||
id 'akinwale'
|
||||
name 'Akinwale Ariwodola'
|
||||
email 'akinwale@lbry.com'
|
||||
id = 'akinwale'
|
||||
name = 'Akinwale Ariwodola'
|
||||
email = 'akinwale@lbry.com'
|
||||
}
|
||||
}
|
||||
|
||||
scm {
|
||||
url 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection 'scm:git:github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection 'scm:git:ssh://github.com/lbryio/lbry-android-sdk.git'
|
||||
url = 'https://github.com/lbryio/lbry-android-sdk'
|
||||
connection = 'scm:git:github.com/lbryio/lbry-android-sdk.git'
|
||||
developerConnection = 'scm:git:ssh://github.com/lbryio/lbry-android-sdk.git'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue