From 7277cea3db042a64b916daf662307640474b0b7c Mon Sep 17 00:00:00 2001 From: Filipe Brito Date: Thu, 3 Oct 2019 16:13:23 -0300 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ed505091b..7b2a9def7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - appNameVersion = '3.6.0' + appNameVersion = '4.0.0' appCodeVersion = 2081 javaVersion = JavaVersion.VERSION_1_8 minSdkVersion = 21