From a69b5317648f5d244c7dbee1a51b8927ad852051 Mon Sep 17 00:00:00 2001 From: theapache64 Date: Tue, 19 Oct 2021 01:30:05 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20retrosheet=20versio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/build.gradle.kts b/data/build.gradle.kts index afcd7e4..3cbda9e 100644 --- a/data/build.gradle.kts +++ b/data/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { kapt("com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion") // Retrosheet : Turn Google Spreadsheet to JSON endpoint (for Android and JVM) - api("com.github.theapache64:retrosheet:2.0.0-beta02") + api("com.github.theapache64:retrosheet:2.0.0-beta03") // Retrofit : A type-safe HTTP client for Android and Java. val retrofitVersion = "2.9.0"