From c17c29546aaa18f1e3b339dc1e2dd944eb2541b6 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 19 Sep 2018 10:01:54 -0300 Subject: [PATCH] Stop supporting Android 4.4 and lower (#447) --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3fb4fe7ad..eaa4369a3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,7 +99,7 @@ android { defaultConfig { applicationId "chat.rocket.reactnative" - minSdkVersion 19 + minSdkVersion 21 targetSdkVersion 27 versionCode VERSIONCODE as Integer versionName "1.2.1"