build: upgrade dependencies (#1266)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
1a774eae23
commit
360f96306b
4 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
rootProject.ext.versions = [
|
||||
agp : '4.1.0',
|
||||
agp : '4.1.1',
|
||||
kotlin : '1.4.21',
|
||||
binary_compatibility_validator : '0.2.4',
|
||||
download_plugin : '4.1.1',
|
||||
|
|
|
@ -25,9 +25,9 @@ internal fun Project.configureForRootProject() {
|
|||
delete(rootProject.buildDir)
|
||||
}
|
||||
tasks.withType<Wrapper> {
|
||||
gradleVersion = "6.8-rc-1"
|
||||
gradleVersion = "6.8-rc-4"
|
||||
distributionType = Wrapper.DistributionType.ALL
|
||||
distributionSha256Sum = "89714fb5db6bd66fa5a2302f58d26dc33ecd3db36b24a42d84ff6ba99551eeda"
|
||||
distributionSha256Sum = "8bea06ceea02f8809a056553a9d9a200b95f11eaf15017ff6a819790070d2a29"
|
||||
}
|
||||
configureBinaryCompatibilityValidator()
|
||||
}
|
||||
|
|
|
@ -17,21 +17,21 @@ object Dependencies {
|
|||
|
||||
object AndroidX {
|
||||
|
||||
private const val lifecycleVersion = "2.3.0-beta01"
|
||||
private const val lifecycleVersion = "2.3.0-rc01"
|
||||
|
||||
const val activity_ktx = "androidx.activity:activity-ktx:1.2.0-beta02"
|
||||
const val activity_ktx = "androidx.activity:activity-ktx:1.2.0-rc01"
|
||||
const val annotation = "androidx.annotation:annotation:1.1.0"
|
||||
const val autofill = "androidx.autofill:autofill:1.1.0-rc01"
|
||||
const val appcompat = "androidx.appcompat:appcompat:1.3.0-alpha02"
|
||||
const val biometric_ktx = "androidx.biometric:biometric-ktx:1.2.0-alpha01"
|
||||
const val constraint_layout = "androidx.constraintlayout:constraintlayout:2.1.0-alpha1"
|
||||
const val constraint_layout = "androidx.constraintlayout:constraintlayout:2.1.0-alpha2"
|
||||
const val core_ktx = "androidx.core:core-ktx:1.5.0-alpha05"
|
||||
const val documentfile = "androidx.documentfile:documentfile:1.0.1"
|
||||
const val fragment_ktx = "androidx.fragment:fragment-ktx:1.3.0-beta02"
|
||||
const val fragment_ktx = "androidx.fragment:fragment-ktx:1.3.0-rc01"
|
||||
const val lifecycle_common = "androidx.lifecycle:lifecycle-common-java8:$lifecycleVersion"
|
||||
const val lifecycle_livedata_ktx = "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion"
|
||||
const val lifecycle_viewmodel_ktx = "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycleVersion"
|
||||
const val material = "com.google.android.material:material:1.3.0-alpha04"
|
||||
const val material = "com.google.android.material:material:1.3.0-beta01"
|
||||
const val preference = "androidx.preference:preference:1.1.1"
|
||||
const val recycler_view = "androidx.recyclerview:recyclerview:1.2.0-beta01"
|
||||
const val recycler_view_selection = "androidx.recyclerview:recyclerview-selection:1.1.0-rc03"
|
||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=89714fb5db6bd66fa5a2302f58d26dc33ecd3db36b24a42d84ff6ba99551eeda
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-all.zip
|
||||
distributionSha256Sum=8bea06ceea02f8809a056553a9d9a200b95f11eaf15017ff6a819790070d2a29
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-4-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue