From 9998ad8367121f79fe2956d0beccb827d7ac145f Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 10 Jun 2019 07:46:29 -0700 Subject: [PATCH] Bump Kotlin to 1.3.31 (#462) Summary: Making sure we stay up-to-date. Pull Request resolved: https://github.com/facebook/flipper/pull/462 Reviewed By: jknoxville Differential Revision: D15738557 Pulled By: passy fbshipit-source-id: 9c700fa06b1959dd05762c435d7b859670125986 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index a7aabe288..66586f0e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ POM_DEVELOPER_NAME=facebook # Shared version numbers LITHO_VERSION=0.26.1 ANDROIDX_VERSION=1.0.0 -KOTLIN_VERSION=1.3.21 +KOTLIN_VERSION=1.3.31 # Gradle internals org.gradle.internal.repository.max.retries=10