From 943996e5b612b108a3155dca81d5526e2830be5f Mon Sep 17 00:00:00 2001 From: Titus-Andrei Moldovan Date: Wed, 7 Oct 2020 12:44:57 +0300 Subject: [PATCH] fix(android) - adds the import for the VersionName, since on some configurations it is not automatically imported --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index da8e515b2..ef47fa5dd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,4 +1,5 @@ import groovy.json.JsonSlurper +import org.gradle.util.VersionNumber // Top-level build file where you can add configuration options common to all // sub-projects/modules.