build: update AGP, MoshiX and JUnit

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-19 10:04:05 +05:30
parent a917917166
commit 7bb8c5b8f4
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -6,8 +6,8 @@
private const val DAGGER_HILT_VERSION = "2.32-alpha" private const val DAGGER_HILT_VERSION = "2.32-alpha"
object Plugins { object Plugins {
const val android = "com.android.tools.build:gradle:7.0.0-alpha06" const val android = "com.android.tools.build:gradle:7.0.0-alpha07"
const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha06" const val lintModel = "com.android.tools.lint:lint-model:30.0.0-alpha07"
const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}" const val hilt = "com.google.dagger:hilt-android-gradle-plugin:${DAGGER_HILT_VERSION}"
const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30" const val kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.30"
const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0" const val jsemver = "com.github.zafarkhaja:java-semver:0.9.0"
@ -71,7 +71,7 @@ object Dependencies {
private const val version = "1.11.0" private const val version = "1.11.0"
const val lib = "com.squareup.moshi:moshi:$version" const val lib = "com.squareup.moshi:moshi:$version"
const val moshiMetadataReflect = "dev.zacsweers.moshix:moshi-metadata-reflect:0.8.0" const val moshiMetadataReflect = "dev.zacsweers.moshix:moshi-metadata-reflect:0.9.1"
} }
object Retrofit { object Retrofit {
@ -92,7 +92,7 @@ object Dependencies {
object Testing { object Testing {
const val daggerHilt = "com.google.dagger:hilt-android-testing:$DAGGER_HILT_VERSION" const val daggerHilt = "com.google.dagger:hilt-android-testing:$DAGGER_HILT_VERSION"
const val junit = "junit:junit:4.13.1" const val junit = "junit:junit:4.13.2"
const val mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2" const val mockWebServer = "com.squareup.okhttp3:mockwebserver3-junit4:5.0.0-alpha.2"
object AndroidX { object AndroidX {